#C696CB

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

Shades of Lilac #C696CB

Tints of Lilac #C696CB

Color information

#C696CB (or 0xC696CB) is unknown color: approx Lilac. HEX triplet: C6, 96 and CB. RGB value is (198,150,203). Sum of RGB (Red+Green+Blue) = 198+150+203=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C696CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696CB is #396934. Grayscale: #AAAAAA. Windows color (decimal): -3762485 or 13342406. OLE color: 13342406.

HSL color Cylindrical-coordinate representation of color #C696CB: hue angle of 294.34º degrees, saturation: 0.34, 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 #C696CB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198150203-
CMYK0.020.2600.20
HSL294.34º33.76%69.22%-
HSV(B)294.34º26.11%79.61%-
XYZ44.9738.1361.49-
YUV170.39146.4147.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=35.93%
G=27.22%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981502030.020.2600.20294.3433.7669.22
HexC696CB21A0141262245
Octal30622631323202444642105
Binary11000110100101101100101110110100101001001001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696CB; }

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

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

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

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

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

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

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

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