#C68CCC

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

Shades of Lilac #C68CCC

Tints of Lilac #C68CCC

Color information

#C68CCC (or 0xC68CCC) is unknown color: approx Lilac. HEX triplet: C6, 8C and CC. RGB value is (198,140,204). Sum of RGB (Red+Green+Blue) = 198+140+204=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C68CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CCC is #397333. Grayscale: #A4A4A4. Windows color (decimal): -3765044 or 13405382. OLE color: 13405382.

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

Color convert

RGB198140204-
CMYK0.030.3100.2
HSL294.38º38.55%67.45%-
HSV(B)294.38º31.37%80%-
XYZ43.5735.1261.61-
YUV164.64150.22151.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=36.53%
G=25.83%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981402040.030.3100.2294.3838.5567.45
HexC68CCC31F0141262743
Octal30621431433702444647103
Binary11000110100011001100110011111110101001001001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CCC; }

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

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

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

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

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

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

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

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