Html Css Color HEX #C696CD Lilac

📋 copy color: '#C696CD'

red 198 ◦ green 150 ◦ blue 205

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

Shades of Lilac #C696CD

Tints of Lilac #C696CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 35.8%
G = 27.12%
B = 37.07%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C696CD (or 0xC696CD) is known color: Lilac. HEX triplet: C6, 96 and CD. RGB value is (198,150,205). Sum of RGB (Red+Green+Blue) = 198+150+205=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #C696CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696CD is #396932. Grayscale: #AAAAAA. Windows color (decimal): -3762483 or 13473478. OLE color: 13473478.

HSL color Cylindrical-coordinate representation of color #C696CD: hue angle of 292.36º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C696CD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 150 205 -
CMYK 0.03 0.27 0 0.20
HSL 292.36º 0.35% 0.7% -
HSV(B) 292.36º 0.27% 0.8% -
XYZ 45.21 38.23 62.75 -
YUV 170.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 198 150 205 0.03 0.27 0 0.20 292.36 0.35 0.7
Hex C6 96 CD 3 1B 0 14 124 23 46
Octal 306 226 315 3 33 0 24 444 43 106
Binary 11000110 10010110 11001101 11 11011 0 10100 100100100 100011 1000110

Color Harmonies of #C696CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696CD

Black with #C696CD

Text Example


Text Example

White with #C696CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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