#CD45A5

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

Shades of Mulberry #CD45A5

Tints of Mulberry #CD45A5

Color information

#CD45A5 (or 0xCD45A5) is unknown color: approx Mulberry. HEX triplet: CD, 45 and A5. RGB value is (205,69,165). Sum of RGB (Red+Green+Blue) = 205+69+165=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD45A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD45A5 is #32BA5A. Grayscale: #787878. Windows color (decimal): -3324507 or 10831309. OLE color: 10831309.

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

Color convert

RGB20569165-
CMYK00.660.200.20
HSL317.65º57.63%53.73%-
HSV(B)317.65º66.34%80.39%-
XYZ34.119.9537.65-
YUV120.61153.06188.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.70%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=46.70%
G=15.72%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056916500.660.200.20317.6557.6353.73
HexCD45A5042141413e3a36
Octal315105245010224244767266
Binary11001101100010110100101010000101010010100100111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD45A5; }

 p { color: rgb(205,69,165); }

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

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

 a { background-color: rgb(205,69,165); }

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

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

 span { border-color: rgb(205,69,165); }

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