#C68AC7

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

Shades of Lilac #C68AC7

Tints of Lilac #C68AC7

Color information

#C68AC7 (or 0xC68AC7) is unknown color: approx Lilac. HEX triplet: C6, 8A and C7. RGB value is (198,138,199). Sum of RGB (Red+Green+Blue) = 198+138+199=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #C68AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AC7 is #397538. Grayscale: #A2A2A2. Windows color (decimal): -3765561 or 13077190. OLE color: 13077190.

HSL color Cylindrical-coordinate representation of color #C68AC7: hue angle of 299.02º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68AC7 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198138199-
CMYK0.010.3100.22
HSL299.02º35.26%66.08%-
HSV(B)299.02º30.65%78.04%-
XYZ42.6934.3158.4-
YUV162.89148.38153.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=37.01%
G=25.79%
B=37.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981381990.010.3100.22299.0235.2666.08
HexC68AC711F01612b2342
Octal30621230713702645343102
Binary1100011010001010110001111111110101101001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AC7; }

 p { color: rgb(198,138,199); }

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

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

 a { background-color: rgb(198,138,199); }

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

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

 span { border-color: rgb(198,138,199); }

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