#CD5788

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

Shades of Mulberry #CD5788

Tints of Mulberry #CD5788

Color information

#CD5788 (or 0xCD5788) is unknown color: approx Mulberry. HEX triplet: CD, 57 and 88. RGB value is (205,87,136). Sum of RGB (Red+Green+Blue) = 205+87+136=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5788 is #32A877. Grayscale: #7F7F7F. Windows color (decimal): -3319928 or 8935373. OLE color: 8935373.

HSL color Cylindrical-coordinate representation of color #CD5788: hue angle of 335.08º 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 #CD5788 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB20587136-
CMYK00.580.340.20
HSL335.08º54.13%57.25%-
HSV(B)335.08º57.56%80.39%-
XYZ33.0321.5725.72-
YUV127.87132.59183.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=47.90%
G=20.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058713600.580.340.20335.0854.1357.25
HexCD578803A221414f3639
Octal31512721007242245176671
Binary11001101101011110001000011101010001010100101001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5788; }

 p { color: rgb(205,87,136); }

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

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

 a { background-color: rgb(205,87,136); }

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

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

 span { border-color: rgb(205,87,136); }

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