#CD5690

Color #CD5690 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CD5690

Tints of Mulberry #CD5690

Color information

#CD5690 (or 0xCD5690) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 90. RGB value is (205,86,144). Sum of RGB (Red+Green+Blue) = 205+86+144=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5690 is #32A96F. Grayscale: #808080. Windows color (decimal): -3320176 or 9459405. OLE color: 9459405.

HSL color Cylindrical-coordinate representation of color #CD5690: hue angle of 330.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5690 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20586144-
CMYK00.580.300.20
HSL330.76º54.34%57.06%-
HSV(B)330.76º58.05%80.39%-
XYZ33.5421.6528.8-
YUV128.19136.92182.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=47.13%
G=19.77%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058614400.580.300.20330.7654.3457.06
HexCD569003A1E1414b3639
Octal31512622007236245136671
Binary1100110110101101001000001110101111010100101001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5690; }

 p { color: rgb(205,86,144); }

 H1.HeaderClassName
 {
   color: #CD5690;
 }
 .AnyTagClassName
 {
   color: #CD5690;
 }
</style>
background-color css

<style>
 a { background-color: #CD5690; }

 a { background-color: rgb(205,86,144); }

 div.DivClassName
 {
   background-color: #CD5690;
 }
 .BgClassName
 {
   background-color: #CD5690;
 }
</style>
border-color css

<style>
 span { border-color: #CD5690; }

 span { border-color: rgb(205,86,144); }

 td.TdClassName
 {
   border-color: #CD5690;
 }
 .TagClassName
 {
   border-color: #CD5690;
 }
</style>