#C69FC5

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

Shades of Lilac #C69FC5

Tints of Lilac #C69FC5

Color information

#C69FC5 (or 0xC69FC5) is unknown color: approx Lilac. HEX triplet: C6, 9F and C5. RGB value is (198,159,197). Sum of RGB (Red+Green+Blue) = 198+159+197=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FC5 is #39603A. Grayscale: #AEAEAE. Windows color (decimal): -3760187 or 12951494. OLE color: 12951494.

HSL color Cylindrical-coordinate representation of color #C69FC5: hue angle of 301.54º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FC5 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198159197-
CMYK00.200.010.22
HSL301.54º25.49%70%-
HSV(B)301.54º19.7%77.65%-
XYZ45.7640.8358.29-
YUV174.99140.42144.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=35.74%
G=28.70%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815919700.200.010.22301.5425.4970
HexC69FC501411612e1946
Octal30623730502412645631106
Binary110001101001111111000101010100110110100101110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FC5; }

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

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

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

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

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

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

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

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