#CD3CA8

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

Shades of Mulberry #CD3CA8

Tints of Mulberry #CD3CA8

Color information

#CD3CA8 (or 0xCD3CA8) is unknown color: approx Mulberry. HEX triplet: CD, 3C and A8. RGB value is (205,60,168). Sum of RGB (Red+Green+Blue) = 205+60+168=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3CA8 is #32C357. Grayscale: #737373. Windows color (decimal): -3326808 or 11025613. OLE color: 11025613.

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

Color convert

RGB20560168-
CMYK00.710.180.20
HSL315.31º59.18%51.96%-
HSV(B)315.31º70.73%80.39%-
XYZ33.8619.0438.94-
YUV115.67157.54191.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=47.34%
G=13.86%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056016800.710.180.20315.3159.1851.96
HexCD3CA8047121413b3b34
Octal31574250010722244737364
Binary1100110111110010101000010001111001010100100111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3CA8; }

 p { color: rgb(205,60,168); }

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

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

 a { background-color: rgb(205,60,168); }

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

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

 span { border-color: rgb(205,60,168); }

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