Html Css Color HEX #C696C3 Lilac

📋 copy color: '#C696C3'

red 198 ◦ green 150 ◦ blue 195

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

Shades of Lilac #C696C3

Tints of Lilac #C696C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 36.46%
G = 27.62%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C696C3 (or 0xC696C3) is known color: Lilac. HEX triplet: C6, 96 and C3. RGB value is (198,150,195). Sum of RGB (Red+Green+Blue) = 198+150+195=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C696C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696C3 is #39693C. Grayscale: #A9A9A9. Windows color (decimal): -3762493 or 12818118. OLE color: 12818118.

HSL color Cylindrical-coordinate representation of color #C696C3: hue angle of 303.75º 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 #C696C3 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 195 -
CMYK 0 0.24 0.02 0.22
HSL 303.75º 0.3% 0.68% -
HSV(B) 303.75º 0.24% 0.78% -
XYZ 44.05 37.76 56.6 -
YUV 169.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 198 150 195 0 0.24 0.02 0.22 303.75 0.3 0.68
Hex C6 96 C3 0 18 2 16 130 1E 44
Octal 306 226 303 0 30 2 26 460 36 104
Binary 11000110 10010110 11000011 0 11000 10 10110 100110000 11110 1000100

Color Harmonies of #C696C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696C3

Black with #C696C3

Text Example


Text Example

White with #C696C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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