Html Css Color HEX #C696CB Lilac

📋 copy color: '#C696CB'

red 198 ◦ green 150 ◦ blue 203

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

Shades of Lilac #C696CB

Tints of Lilac #C696CB

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 value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C696CB (or 0xC696CB) is known color: 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

RGB 198 150 203 -
CMYK 0.02 0.26 0 0.20
HSL 294.34º 0.34% 0.69% -
HSV(B) 294.34º 0.26% 0.8% -
XYZ 44.97 38.13 61.49 -
YUV 170.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 198 150 203 0.02 0.26 0 0.20 294.34 0.34 0.69
Hex C6 96 CB 2 1A 0 14 126 22 45
Octal 306 226 313 2 32 0 24 446 42 105
Binary 11000110 10010110 11001011 10 11010 0 10100 100100110 100010 1000101

Color Harmonies of #C696CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696CB

Black with #C696CB

Text Example


Text Example

White with #C696CB

Text Example


Text Example

HTML Codes & Css Web 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>