#CD57A0

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

Shades of Mulberry #CD57A0

Tints of Mulberry #CD57A0

Color information

#CD57A0 (or 0xCD57A0) is unknown color: approx Mulberry. HEX triplet: CD, 57 and A0. RGB value is (205,87,160). Sum of RGB (Red+Green+Blue) = 205+87+160=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD57A0 is #32A85F. Grayscale: #828282. Windows color (decimal): -3319904 or 10508237. OLE color: 10508237.

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

Color convert

RGB20587160-
CMYK00.580.220.20
HSL322.88º54.13%57.25%-
HSV(B)322.88º57.56%80.39%-
XYZ34.9322.3335.73-
YUV130.6144.59181.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=45.35%
G=19.25%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058716000.580.220.20322.8854.1357.25
HexCD57A003A16141433639
Octal31512724007226245036671
Binary1100110110101111010000001110101011010100101000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD57A0; }

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

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

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

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

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

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

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

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