#CD5BA3

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

Shades of Mulberry #CD5BA3

Tints of Mulberry #CD5BA3

Color information

#CD5BA3 (or 0xCD5BA3) is unknown color: approx Mulberry. HEX triplet: CD, 5B and A3. RGB value is (205,91,163). Sum of RGB (Red+Green+Blue) = 205+91+163=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5BA3 is #32A45C. Grayscale: #858585. Windows color (decimal): -3318877 or 10705869. OLE color: 10705869.

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

Color convert

RGB20591163-
CMYK00.560.200.20
HSL322.11º53.27%58.04%-
HSV(B)322.11º55.61%80.39%-
XYZ35.5323.1137.24-
YUV133.29144.77179.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=44.66%
G=19.83%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059116300.560.200.20322.1153.2758.04
HexCD5BA30381414142353a
Octal31513324307024245026572
Binary1100110110110111010001101110001010010100101000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5BA3; }

 p { color: rgb(205,91,163); }

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

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

 a { background-color: rgb(205,91,163); }

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

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

 span { border-color: rgb(205,91,163); }

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