#CB96CC

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

Shades of Lilac #CB96CC

Tints of Lilac #CB96CC

Color information

#CB96CC (or 0xCB96CC) is unknown color: approx Lilac. HEX triplet: CB, 96 and CC. RGB value is (203,150,204). Sum of RGB (Red+Green+Blue) = 203+150+204=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96CC is #346933. Grayscale: #ABABAB. Windows color (decimal): -3434804 or 13407947. OLE color: 13407947.

HSL color Cylindrical-coordinate representation of color #CB96CC: hue angle of 298.89º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96CC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203150204-
CMYK0.000.2600.2
HSL298.89º34.62%69.41%-
HSV(B)298.89º26.47%80%-
XYZ46.4338.8762.18-
YUV172146.06150.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=36.45%
G=26.93%
B=36.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031502040.000.2600.2298.8934.6269.41
HexCB96CC01A01412b2345
Octal31322631403202445343105
Binary1100101110010110110011000110100101001001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96CC; }

 p { color: rgb(203,150,204); }

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

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

 a { background-color: rgb(203,150,204); }

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

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

 span { border-color: rgb(203,150,204); }

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