#C69FCC

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

Shades of Lilac #C69FCC

Tints of Lilac #C69FCC

Color information

#C69FCC (or 0xC69FCC) is unknown color: approx Lilac. HEX triplet: C6, 9F and CC. RGB value is (198,159,204). Sum of RGB (Red+Green+Blue) = 198+159+204=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #C69FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FCC is #396033. Grayscale: #AFAFAF. Windows color (decimal): -3760180 or 13410246. OLE color: 13410246.

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

Color convert

RGB198159204-
CMYK0.030.2200.2
HSL292º30.61%71.18%-
HSV(B)292º22.06%80%-
XYZ46.5941.1662.62-
YUV175.79143.92143.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=35.29%
G=28.34%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981592040.030.2200.229230.6171.18
HexC69FCC3160141241f47
Octal30623731432602444437107
Binary1100011010011111110011001110110010100100100100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FCC; }

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

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

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

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

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

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

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

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