#C698CC

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

Shades of Lilac #C698CC

Tints of Lilac #C698CC

Color information

#C698CC (or 0xC698CC) is unknown color: approx Lilac. HEX triplet: C6, 98 and CC. RGB value is (198,152,204). Sum of RGB (Red+Green+Blue) = 198+152+204=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C698CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698CC is #396733. Grayscale: #ABABAB. Windows color (decimal): -3761972 or 13408454. OLE color: 13408454.

HSL color Cylindrical-coordinate representation of color #C698CC: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C698CC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198152204-
CMYK0.030.2500.2
HSL293.08º33.77%69.8%-
HSV(B)293.08º25.49%80%-
XYZ45.4238.8262.23-
YUV171.68146.24146.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=35.74%
G=27.44%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981522040.030.2500.2293.0833.7769.8
HexC698CC3190141252246
Octal30623031433102444542106
Binary11000110100110001100110011110010101001001001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698CC; }

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

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

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

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

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

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

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

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