#CD55A0

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

Shades of Mulberry #CD55A0

Tints of Mulberry #CD55A0

Color information

#CD55A0 (or 0xCD55A0) is unknown color: approx Mulberry. HEX triplet: CD, 55 and A0. RGB value is (205,85,160). Sum of RGB (Red+Green+Blue) = 205+85+160=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD55A0 is #32AA5F. Grayscale: #818181. Windows color (decimal): -3320416 or 10507725. OLE color: 10507725.

HSL color Cylindrical-coordinate representation of color #CD55A0: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD55A0 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20585160-
CMYK00.590.220.20
HSL322.5º54.55%56.86%-
HSV(B)322.5º58.54%80.39%-
XYZ34.7722.0135.67-
YUV129.43145.26181.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=45.56%
G=18.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058516000.590.220.20322.554.5556.86
HexCD55A003B16141423739
Octal31512524007326245026771
Binary1100110110101011010000001110111011010100101000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55A0; }

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

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

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

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

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

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

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

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