#cd3ea6

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

Shades of Mulberry #CD3EA6

Tints of Mulberry #CD3EA6

Color information

#CD3EA6 (or 0xCD3EA6) is unknown color: approx Mulberry. HEX triplet: CD, 3E and A6. RGB value is (205,62,166). Sum of RGB (Red+Green+Blue) = 205+62+166=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3EA6 is #32C159. Grayscale: #747474. Windows color (decimal): -3326298 or 10895053. OLE color: 10895053.

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

Color convert

RGB20562166-
CMYK00.700.190.20
HSL316.36º58.85%52.35%-
HSV(B)316.36º69.76%80.39%-
XYZ33.7819.1838-
YUV116.61155.88191.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=47.34%
G=14.32%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056216600.700.190.20316.3658.8552.35
HexCD3EA6046131413c3b34
Octal31576246010623244747364
Binary1100110111111010100110010001101001110100100111100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3ea6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3ea6; }

 p { color: rgb(205,62,166); }

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

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

 a { background-color: rgb(205,62,166); }

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

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

 span { border-color: rgb(205,62,166); }

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