#C69ECC

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

Shades of Lilac #C69ECC

Tints of Lilac #C69ECC

Color information

#C69ECC (or 0xC69ECC) is unknown color: approx Lilac. HEX triplet: C6, 9E and CC. RGB value is (198,158,204). Sum of RGB (Red+Green+Blue) = 198+158+204=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #C69ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ECC is #396133. Grayscale: #AFAFAF. Windows color (decimal): -3760436 or 13409990. OLE color: 13409990.

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

Color convert

RGB198158204-
CMYK0.030.2300.2
HSL292.17º31.08%70.98%-
HSV(B)292.17º22.55%80%-
XYZ46.4140.8262.56-
YUV175.2144.25144.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=35.36%
G=28.21%
B=36.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981582040.030.2300.2292.1731.0870.98
HexC69ECC3170141241f47
Octal30623631432702444437107
Binary1100011010011110110011001110111010100100100100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69ECC; }

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

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

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

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

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

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

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

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