#CD42A6

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

Shades of Mulberry #CD42A6

Tints of Mulberry #CD42A6

Color information

#CD42A6 (or 0xCD42A6) is unknown color: approx Mulberry. HEX triplet: CD, 42 and A6. RGB value is (205,66,166). Sum of RGB (Red+Green+Blue) = 205+66+166=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42A6 is #32BD59. Grayscale: #767676. Windows color (decimal): -3325274 or 10896077. OLE color: 10896077.

HSL color Cylindrical-coordinate representation of color #CD42A6: hue angle of 316.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42A6 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20566166-
CMYK00.680.190.20
HSL316.83º58.16%53.14%-
HSV(B)316.83º67.8%80.39%-
XYZ34.0119.6338.07-
YUV118.96154.55189.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=46.91%
G=15.10%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056616600.680.190.20316.8358.1653.14
HexCD42A6044131413d3a35
Octal315102246010423244757265
Binary11001101100001010100110010001001001110100100111101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD42A6; }

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

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

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

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

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

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

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

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