#C690BF

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

Shades of Lilac #C690BF

Tints of Lilac #C690BF

Color information

#C690BF (or 0xC690BF) is unknown color: approx Lilac. HEX triplet: C6, 90 and BF. RGB value is (198,144,191). Sum of RGB (Red+Green+Blue) = 198+144+191=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BF is #396F40. Grayscale: #A5A5A5. Windows color (decimal): -3764033 or 12554438. OLE color: 12554438.

HSL color Cylindrical-coordinate representation of color #C690BF: hue angle of 307.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690BF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198144191-
CMYK00.270.040.22
HSL307.78º32.14%67.06%-
HSV(B)307.78º27.27%77.65%-
XYZ42.6735.7153.93-
YUV165.5142.39151.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 191 (75% from 255) = 35.83%
R=37.15%
G=27.02%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814419100.270.040.22307.7832.1467.06
HexC690BF01B4161342043
Octal30622027703342646440103
Binary110001101001000010111111011011100101101001101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690BF; }

 p { color: rgb(198,144,191); }

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

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

 a { background-color: rgb(198,144,191); }

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

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

 span { border-color: rgb(198,144,191); }

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