#C69AC0

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

Shades of Lilac #C69AC0

Tints of Lilac #C69AC0

Color information

#C69AC0 (or 0xC69AC0) is unknown color: approx Lilac. HEX triplet: C6, 9A and C0. RGB value is (198,154,192). Sum of RGB (Red+Green+Blue) = 198+154+192=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AC0 is #39653F. Grayscale: #ABABAB. Windows color (decimal): -3761472 or 12622534. OLE color: 12622534.

HSL color Cylindrical-coordinate representation of color #C69AC0: hue angle of 308.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AC0 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198154192-
CMYK00.220.030.22
HSL308.18º27.85%69.02%-
HSV(B)308.18º22.22%77.65%-
XYZ44.3638.9255.04-
YUV171.49139.58146.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=36.40%
G=28.31%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815419200.220.030.22308.1827.8569.02
HexC69AC00163161341c45
Octal30623230002632646434105
Binary1100011010011010110000000101101110110100110100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AC0; }

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

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

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

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

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

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

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

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