#CD57A4

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

Shades of Mulberry #CD57A4

Tints of Mulberry #CD57A4

Color information

#CD57A4 (or 0xCD57A4) is unknown color: approx Mulberry. HEX triplet: CD, 57 and A4. RGB value is (205,87,164). Sum of RGB (Red+Green+Blue) = 205+87+164=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD57A4 is #32A85B. Grayscale: #828282. Windows color (decimal): -3319900 or 10770381. OLE color: 10770381.

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

Color convert

RGB20587164-
CMYK00.580.20.20
HSL320.85º54.13%57.25%-
HSV(B)320.85º57.56%80.39%-
XYZ35.2922.4837.6-
YUV131.06146.59180.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=44.96%
G=19.08%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058716400.580.20.20320.8554.1357.25
HexCD57A403A14141413639
Octal31512724407224245016671
Binary1100110110101111010010001110101010010100101000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD57A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD57A4; }

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

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

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

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

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

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

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

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