#CB3DA6

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

Shades of Mulberry #CB3DA6

Tints of Mulberry #CB3DA6

Color information

#CB3DA6 (or 0xCB3DA6) is unknown color: approx Mulberry. HEX triplet: CB, 3D and A6. RGB value is (203,61,166). Sum of RGB (Red+Green+Blue) = 203+61+166=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DA6 is #34C259. Grayscale: #737373. Windows color (decimal): -3457626 or 10894795. OLE color: 10894795.

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

Color convert

RGB20361166-
CMYK00.700.180.20
HSL315.63º57.72%51.76%-
HSV(B)315.63º69.95%79.61%-
XYZ33.1818.7937.95-
YUV115.43156.54190.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 61 (24.22% from 255) = 14.19%
BLUE value IS 166 (65.23% from 255) = 38.60%
R=47.21%
G=14.19%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036116600.700.180.20315.6357.7251.76
HexCB3DA6046121413c3a34
Octal31375246010622244747264
Binary1100101111110110100110010001101001010100100111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3DA6; }

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

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

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

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

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

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

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

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