#C696C1

Color #C696C1 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C696C1

Tints of Lilac #C696C1

Color information

#C696C1 (or 0xC696C1) is unknown color: approx Lilac. HEX triplet: C6, 96 and C1. RGB value is (198,150,193). Sum of RGB (Red+Green+Blue) = 198+150+193=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C696C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696C1 is #39693E. Grayscale: #A9A9A9. Windows color (decimal): -3762495 or 12687046. OLE color: 12687046.

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

Color convert

RGB198150193-
CMYK00.240.030.22
HSL306.25º29.63%68.24%-
HSV(B)306.25º24.24%77.65%-
XYZ43.8237.6755.41-
YUV169.25141.4148.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=36.60%
G=27.73%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815019300.240.030.22306.2529.6368.24
HexC696C10183161321e44
Octal30622630103032646236104
Binary1100011010010110110000010110001110110100110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696C1; }

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

 H1.HeaderClassName
 {
   color: #C696C1;
 }
 .AnyTagClassName
 {
   color: #C696C1;
 }
</style>
background-color css

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

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

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

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

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

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