#CD57A1

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

Shades of Mulberry #CD57A1

Tints of Mulberry #CD57A1

Color information

#CD57A1 (or 0xCD57A1) is unknown color: approx Mulberry. HEX triplet: CD, 57 and A1. RGB value is (205,87,161). Sum of RGB (Red+Green+Blue) = 205+87+161=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD57A1 is #32A85E. Grayscale: #828282. Windows color (decimal): -3319903 or 10573773. OLE color: 10573773.

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

Color convert

RGB20587161-
CMYK00.580.210.20
HSL322.37º54.13%57.25%-
HSV(B)322.37º57.56%80.39%-
XYZ35.0222.3736.19-
YUV130.72145.09180.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=45.25%
G=19.21%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058716100.580.210.20322.3754.1357.25
HexCD57A103A15141423639
Octal31512724107225245026671
Binary1100110110101111010000101110101010110100101000010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD57A1; }

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

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

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

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

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

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

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

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