#CD5BA4

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

Shades of Mulberry #CD5BA4

Tints of Mulberry #CD5BA4

Color information

#CD5BA4 (or 0xCD5BA4) is unknown color: approx Mulberry. HEX triplet: CD, 5B and A4. RGB value is (205,91,164). Sum of RGB (Red+Green+Blue) = 205+91+164=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5BA4 is #32A45B. Grayscale: #858585. Windows color (decimal): -3318876 or 10771405. OLE color: 10771405.

HSL color Cylindrical-coordinate representation of color #CD5BA4: hue angle of 321.58º 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 #CD5BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB20591164-
CMYK00.560.20.20
HSL321.58º53.27%58.04%-
HSV(B)321.58º55.61%80.39%-
XYZ35.6223.1437.71-
YUV133.41145.27179.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=44.57%
G=19.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059116400.560.20.20321.5853.2758.04
HexCD5BA40381414142353a
Octal31513324407024245026572
Binary1100110110110111010010001110001010010100101000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5BA4; }

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

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

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

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

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

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

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

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