#CB8EA6

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

Shades of Viola #CB8EA6

Tints of Viola #CB8EA6

Color information

#CB8EA6 (or 0xCB8EA6) is unknown color: approx Viola. HEX triplet: CB, 8E and A6. RGB value is (203,142,166). Sum of RGB (Red+Green+Blue) = 203+142+166=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EA6 is #347159. Grayscale: #A2A2A2. Windows color (decimal): -3436890 or 10915531. OLE color: 10915531.

HSL color Cylindrical-coordinate representation of color #CB8EA6: hue angle of 336.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EA6 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB203142166-
CMYK00.300.180.20
HSL336.39º36.97%67.65%-
HSV(B)336.39º30.05%79.61%-
XYZ41.1834.840.62-
YUV162.98129.71156.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=39.73%
G=27.79%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314216600.300.180.20336.3936.9767.65
HexCB8EA601E12141502544
Octal313216246036222452045104
Binary11001011100011101010011001111010010101001010100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EA6; }

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

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

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

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

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

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

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

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