#C697BD

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

Shades of Lilac #C697BD

Tints of Lilac #C697BD

Color information

#C697BD (or 0xC697BD) is unknown color: approx Lilac. HEX triplet: C6, 97 and BD. RGB value is (198,151,189). Sum of RGB (Red+Green+Blue) = 198+151+189=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C697BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697BD is #396842. Grayscale: #A9A9A9. Windows color (decimal): -3762243 or 12425158. OLE color: 12425158.

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

Color convert

RGB198151189-
CMYK00.240.050.22
HSL311.49º29.19%68.43%-
HSV(B)311.49º23.74%77.65%-
XYZ43.5437.8153.15-
YUV169.38139.07148.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=36.80%
G=28.07%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815118900.240.050.22311.4929.1968.43
HexC697BD0185161371d44
Octal30622727503052646735104
Binary11000110100101111011110101100010110110100110111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697BD; }

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

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

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

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

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

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

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

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