#C69ACF

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

Shades of Lilac #C69ACF

Tints of Lilac #C69ACF

Color information

#C69ACF (or 0xC69ACF) is unknown color: approx Lilac. HEX triplet: C6, 9A and CF. RGB value is (198,154,207). Sum of RGB (Red+Green+Blue) = 198+154+207=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C69ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ACF is #396530. Grayscale: #ADADAD. Windows color (decimal): -3761457 or 13605574. OLE color: 13605574.

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

Color convert

RGB198154207-
CMYK0.040.2600.19
HSL289.81º35.57%70.78%-
HSV(B)289.81º25.6%81.18%-
XYZ46.1139.6264.25-
YUV173.2147.08145.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=35.42%
G=27.55%
B=37.03%

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
Decimal1981542070.040.2600.19289.8135.5770.78
HexC69ACF41A0131222447
Octal30623231743202344244107
Binary110001101001101011001111100110100100111001000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69ACF; }

 p { color: rgb(198,154,207); }

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

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

 a { background-color: rgb(198,154,207); }

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

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

 span { border-color: rgb(198,154,207); }

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