#CB3EA6

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

Shades of Mulberry #CB3EA6

Tints of Mulberry #CB3EA6

Color information

#CB3EA6 (or 0xCB3EA6) is unknown color: approx Mulberry. HEX triplet: CB, 3E and A6. RGB value is (203,62,166). Sum of RGB (Red+Green+Blue) = 203+62+166=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3EA6 is #34C159. Grayscale: #737373. Windows color (decimal): -3457370 or 10895051. OLE color: 10895051.

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

Color convert

RGB20362166-
CMYK00.690.180.20
HSL315.74º57.55%51.96%-
HSV(B)315.74º69.46%79.61%-
XYZ33.2318.8937.97-
YUV116.01156.21190.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 62 (24.61% from 255) = 14.39%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=47.10%
G=14.39%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036216600.690.180.20315.7457.5551.96
HexCB3EA6045121413c3a34
Octal31376246010522244747264
Binary1100101111111010100110010001011001010100100111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3EA6; }

 p { color: rgb(203,62,166); }

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

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

 a { background-color: rgb(203,62,166); }

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

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

 span { border-color: rgb(203,62,166); }

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