Html Css Color HEX #C696BE Lilac

📋 copy color: '#C696BE'

red 198 ◦ green 150 ◦ blue 190

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

Shades of Lilac #C696BE

Tints of Lilac #C696BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 36.8%
G = 27.88%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

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

RGB 198 150 190 -
CMYK 0 0.24 0.04 0.22
HSL 310º 0.3% 0.68% -
HSV(B) 310º 0.24% 0.78% -
XYZ 43.49 37.54 53.67 -
YUV 168.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 198 150 190 0 0.24 0.04 0.22 310 0.3 0.68
Hex C6 96 BE 0 18 4 16 136 1E 44
Octal 306 226 276 0 30 4 26 466 36 104
Binary 11000110 10010110 10111110 0 11000 100 10110 100110110 11110 1000100

Color Harmonies of #C696BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696BE

Black with #C696BE

Text Example


Text Example

White with #C696BE

Text Example


Text Example

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