#CD53A2

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

Shades of Mulberry #CD53A2

Tints of Mulberry #CD53A2

Color information

#CD53A2 (or 0xCD53A2) is unknown color: approx Mulberry. HEX triplet: CD, 53 and A2. RGB value is (205,83,162). Sum of RGB (Red+Green+Blue) = 205+83+162=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD53A2 is #32AC5D. Grayscale: #808080. Windows color (decimal): -3320926 or 10638285. OLE color: 10638285.

HSL color Cylindrical-coordinate representation of color #CD53A2: hue angle of 321.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53A2 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20583162-
CMYK00.600.210.20
HSL321.15º54.95%56.47%-
HSV(B)321.15º59.51%80.39%-
XYZ34.7921.7736.55-
YUV128.48146.92182.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 162 (63.67% from 255) = 36%
R=45.56%
G=18.44%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058316200.600.210.20321.1554.9556.47
HexCD53A203C15141413738
Octal31512324207425245016770
Binary1100110110100111010001001111001010110100101000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53A2; }

 p { color: rgb(205,83,162); }

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

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

 a { background-color: rgb(205,83,162); }

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

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

 span { border-color: rgb(205,83,162); }

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