#C692CE

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

Shades of Lilac #C692CE

Tints of Lilac #C692CE

Color information

#C692CE (or 0xC692CE) is unknown color: approx Lilac. HEX triplet: C6, 92 and CE. RGB value is (198,146,206). Sum of RGB (Red+Green+Blue) = 198+146+206=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C692CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CE is #396D31. Grayscale: #A8A8A8. Windows color (decimal): -3763506 or 13537990. OLE color: 13537990.

HSL color Cylindrical-coordinate representation of color #C692CE: hue angle of 292º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C692CE is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198146206-
CMYK0.040.2900.19
HSL292º37.97%69.02%-
HSV(B)292º29.13%80.78%-
XYZ44.7137.0263.18-
YUV168.39149.23149.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=36%
G=26.55%
B=37.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981462060.040.2900.1929237.9769.02
HexC692CE41D0131242645
Octal30622231643502344446105
Binary110001101001001011001110100111010100111001001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692CE; }

 p { color: rgb(198,146,206); }

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

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

 a { background-color: rgb(198,146,206); }

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

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

 span { border-color: rgb(198,146,206); }

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