#CD5687

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

Shades of Mulberry #CD5687

Tints of Mulberry #CD5687

Color information

#CD5687 (or 0xCD5687) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 87. RGB value is (205,86,135). Sum of RGB (Red+Green+Blue) = 205+86+135=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5687 is #32A978. Grayscale: #7F7F7F. Windows color (decimal): -3320185 or 8869581. OLE color: 8869581.

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

Color convert

RGB20586135-
CMYK00.580.340.20
HSL335.29º54.34%57.06%-
HSV(B)335.29º58.05%80.39%-
XYZ32.8821.3825.32-
YUV127.17132.42183.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=48.12%
G=20.19%
B=31.69%

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
Decimal2058613500.580.340.20335.2954.3457.06
HexCD568703A221414f3639
Octal31512620707242245176671
Binary11001101101011010000111011101010001010100101001111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5687; }

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

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

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

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

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

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

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

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