#C694CE

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

Shades of Lilac #C694CE

Tints of Lilac #C694CE

Color information

#C694CE (or 0xC694CE) is unknown color: approx Lilac. HEX triplet: C6, 94 and CE. RGB value is (198,148,206). Sum of RGB (Red+Green+Blue) = 198+148+206=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C694CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CE is #396B31. Grayscale: #A9A9A9. Windows color (decimal): -3762994 or 13538502. OLE color: 13538502.

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

Color convert

RGB198148206-
CMYK0.040.2800.19
HSL291.72º37.18%69.41%-
HSV(B)291.72º28.16%80.78%-
XYZ45.0237.6463.29-
YUV169.56148.56148.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.87%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=35.87%
G=26.81%
B=37.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981482060.040.2800.19291.7237.1869.41
HexC694CE41C0131242545
Octal30622431643402344445105
Binary110001101001010011001110100111000100111001001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694CE; }

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

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

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

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

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

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

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

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