#C69DCC

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

Shades of Lilac #C69DCC

Tints of Lilac #C69DCC

Color information

#C69DCC (or 0xC69DCC) is unknown color: approx Lilac. HEX triplet: C6, 9D and CC. RGB value is (198,157,204). Sum of RGB (Red+Green+Blue) = 198+157+204=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #C69DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DCC is #396233. Grayscale: #AEAEAE. Windows color (decimal): -3760692 or 13409734. OLE color: 13409734.

HSL color Cylindrical-coordinate representation of color #C69DCC: hue angle of 292.34º degrees, saturation: 0.32, 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 #C69DCC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198157204-
CMYK0.030.2300.2
HSL292.34º31.54%70.78%-
HSV(B)292.34º23.04%80%-
XYZ46.2440.4862.5-
YUV174.62144.58144.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=35.42%
G=28.09%
B=36.49%

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
Decimal1981572040.030.2300.2292.3431.5470.78
HexC69DCC3170141242047
Octal30623531432702444440107
Binary11000110100111011100110011101110101001001001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DCC; }

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

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

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

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

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

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

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

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