Html Css Color HEX #C696CE Lilac

📋 copy color: '#C696CE'

red 198 ◦ green 150 ◦ blue 206

#C696CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C696CE

Tints of Lilac #C696CE

RGB

 RED value IS 198 (77.73% from 255) = 35.74%

 GREEN value IS 150 (58.98% from 255) = 27.08%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 35.74%
G = 27.08%
B = 37.18%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C696CE (or 0xC696CE) is known color: Lilac. HEX triplet: C6, 96 and CE. RGB value is (198,150,206). Sum of RGB (Red+Green+Blue) = 198+150+206=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C696CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696CE is #396931. Grayscale: #AAAAAA. Windows color (decimal): -3762482 or 13539014. OLE color: 13539014.

HSL color Cylindrical-coordinate representation of color #C696CE: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C696CE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 150 206 -
CMYK 0.04 0.27 0 0.19
HSL 291.43º 0.36% 0.7% -
HSV(B) 291.43º 0.27% 0.81% -
XYZ 45.34 38.27 63.39 -
YUV 170.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 198 150 206 0.04 0.27 0 0.19 291.43 0.36 0.7
Hex C6 96 CE 4 1B 0 13 123 24 46
Octal 306 226 316 4 33 0 23 443 44 106
Binary 11000110 10010110 11001110 100 11011 0 10011 100100011 100100 1000110

Color Harmonies of #C696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696CE

Black with #C696CE

Text Example


Text Example

White with #C696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696CE; }

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

 H1.HeaderClassName
 {
   color: #C696CE;
 }
 .AnyTagClassName
 {
   color: #C696CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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