#C69DCF

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

Shades of Lilac #C69DCF

Tints of Lilac #C69DCF

Color information

#C69DCF (or 0xC69DCF) is unknown color: approx Lilac. HEX triplet: C6, 9D and CF. RGB value is (198,157,207). Sum of RGB (Red+Green+Blue) = 198+157+207=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #C69DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DCF is #396230. Grayscale: #AEAEAE. Windows color (decimal): -3760689 or 13606342. OLE color: 13606342.

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

Color convert

RGB198157207-
CMYK0.040.2400.19
HSL289.2º34.25%71.37%-
HSV(B)289.2º24.15%81.18%-
XYZ46.6140.6264.42-
YUV174.96146.08144.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=35.23%
G=27.94%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981572070.040.2400.19289.234.2571.37
HexC69DCF4180131212247
Octal30623531743002344142107
Binary110001101001110111001111100110000100111001000011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DCF; }

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

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

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

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

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

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

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

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