#CD5695

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

Shades of Mulberry #CD5695

Tints of Mulberry #CD5695

Color information

#CD5695 (or 0xCD5695) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 95. RGB value is (205,86,149). Sum of RGB (Red+Green+Blue) = 205+86+149=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5695 is #32A96A. Grayscale: #808080. Windows color (decimal): -3320171 or 9787085. OLE color: 9787085.

HSL color Cylindrical-coordinate representation of color #CD5695: hue angle of 328.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 #CD5695 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20586149-
CMYK00.580.270.20
HSL328.24º54.34%57.06%-
HSV(B)328.24º58.05%80.39%-
XYZ33.9321.830.85-
YUV128.76139.42182.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=46.59%
G=19.55%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058614900.580.270.20328.2454.3457.06
HexCD569503A1B141483639
Octal31512622507233245106671
Binary1100110110101101001010101110101101110100101001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5695; }

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

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

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

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

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

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

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

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