Html Css Color HEX #C696C9 Lilac

📋 copy color: '#C696C9'

red 198 ◦ green 150 ◦ blue 201

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

Shades of Lilac #C696C9

Tints of Lilac #C696C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 36.07%
G = 27.32%
B = 36.61%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C696C9 (or 0xC696C9) is known color: Lilac. HEX triplet: C6, 96 and C9. RGB value is (198,150,201). Sum of RGB (Red+Green+Blue) = 198+150+201=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #C696C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696C9 is #396936. Grayscale: #AAAAAA. Windows color (decimal): -3762487 or 13211334. OLE color: 13211334.

HSL color Cylindrical-coordinate representation of color #C696C9: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C696C9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 150 201 -
CMYK 0.01 0.25 0 0.21
HSL 296.47º 0.32% 0.69% -
HSV(B) 296.47º 0.25% 0.79% -
XYZ 44.74 38.04 60.24 -
YUV 170.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 198 150 201 0.01 0.25 0 0.21 296.47 0.32 0.69
Hex C6 96 C9 1 19 0 15 128 20 45
Octal 306 226 311 1 31 0 25 450 40 105
Binary 11000110 10010110 11001001 1 11001 0 10101 100101000 100000 1000101

Color Harmonies of #C696C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696C9

Black with #C696C9

Text Example


Text Example

White with #C696C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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