#C69DCA

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

Shades of Lilac #C69DCA

Tints of Lilac #C69DCA

Color information

#C69DCA (or 0xC69DCA) is unknown color: approx Lilac. HEX triplet: C6, 9D and CA. RGB value is (198,157,202). Sum of RGB (Red+Green+Blue) = 198+157+202=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #C69DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DCA is #396235. Grayscale: #AEAEAE. Windows color (decimal): -3760694 or 13278662. OLE color: 13278662.

HSL color Cylindrical-coordinate representation of color #C69DCA: hue angle of 294.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69DCA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198157202-
CMYK0.020.2200.21
HSL294.67º29.8%70.39%-
HSV(B)294.67º22.28%79.22%-
XYZ46.0140.3861.25-
YUV174.39143.58144.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=35.55%
G=28.19%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981572020.020.2200.21294.6729.870.39
HexC69DCA2160151271e46
Octal30623531222602544736106
Binary1100011010011101110010101010110010101100100111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DCA; }

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

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

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

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

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

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

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

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