#C696BE

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

Shades of Lilac #C696BE

Tints of Lilac #C696BE

Color information

#C696BE (or 0xC696BE) is unknown color: approx Lilac. HEX triplet: C6, 96 and BE. RGB value is (198,150,190). Sum of RGB (Red+Green+Blue) = 198+150+190=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C696BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696BE is #396941. Grayscale: #A8A8A8. Windows color (decimal): -3762498 or 12490438. OLE color: 12490438.

HSL color Cylindrical-coordinate representation of color #C696BE: hue angle of 310º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696BE is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198150190-
CMYK00.240.040.22
HSL310º29.63%68.24%-
HSV(B)310º24.24%77.65%-
XYZ43.4937.5453.67-
YUV168.91139.9148.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=36.80%
G=27.88%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815019000.240.040.2231029.6368.24
HexC696BE0184161361e44
Octal30622627603042646636104
Binary11000110100101101011111001100010010110100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696BE; }

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

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

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

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

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

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

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

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