#C697CD

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

Shades of Lilac #C697CD

Tints of Lilac #C697CD

Color information

#C697CD (or 0xC697CD) is unknown color: approx Lilac. HEX triplet: C6, 97 and CD. RGB value is (198,151,205). Sum of RGB (Red+Green+Blue) = 198+151+205=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C697CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697CD is #396832. Grayscale: #ABABAB. Windows color (decimal): -3762227 or 13473734. OLE color: 13473734.

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

Color convert

RGB198151205-
CMYK0.030.2600.20
HSL292.22º35.06%69.8%-
HSV(B)292.22º26.34%80.39%-
XYZ45.3738.5562.81-
YUV171.21147.07147.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=35.74%
G=27.26%
B=37.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981512050.030.2600.20292.2235.0669.8
HexC697CD31A0141242346
Octal30622731533202444443106
Binary11000110100101111100110111110100101001001001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697CD; }

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

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

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

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

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

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

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

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