#C698CE

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

Shades of Lilac #C698CE

Tints of Lilac #C698CE

Color information

#C698CE (or 0xC698CE) is unknown color: approx Lilac. HEX triplet: C6, 98 and CE. RGB value is (198,152,206). Sum of RGB (Red+Green+Blue) = 198+152+206=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C698CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CE is #396731. Grayscale: #ABABAB. Windows color (decimal): -3761970 or 13539526. OLE color: 13539526.

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

Color convert

RGB198152206-
CMYK0.040.2600.19
HSL291.11º35.53%70.2%-
HSV(B)291.11º26.21%80.78%-
XYZ45.6638.9263.5-
YUV171.91147.24146.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=35.61%
G=27.34%
B=37.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981522060.040.2600.19291.1135.5370.2
HexC698CE41A0131232446
Octal30623031643202344344106
Binary110001101001100011001110100110100100111001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698CE; }

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

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

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

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

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

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

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

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