#CD5693

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

Shades of Mulberry #CD5693

Tints of Mulberry #CD5693

Color information

#CD5693 (or 0xCD5693) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 93. RGB value is (205,86,147). Sum of RGB (Red+Green+Blue) = 205+86+147=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5693 is #32A96C. Grayscale: #808080. Windows color (decimal): -3320173 or 9656013. OLE color: 9656013.

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

Color convert

RGB20586147-
CMYK00.580.280.20
HSL329.24º54.34%57.06%-
HSV(B)329.24º58.05%80.39%-
XYZ33.7721.7430.02-
YUV128.54138.42182.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 147 (57.81% from 255) = 33.56%
R=46.80%
G=19.63%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058614700.580.280.20329.2454.3457.06
HexCD569303A1C141493639
Octal31512622307234245116671
Binary1100110110101101001001101110101110010100101001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5693; }

 p { color: rgb(205,86,147); }

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

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

 a { background-color: rgb(205,86,147); }

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

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

 span { border-color: rgb(205,86,147); }

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