#C69FC1

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

Shades of Lilac #C69FC1

Tints of Lilac #C69FC1

Color information

#C69FC1 (or 0xC69FC1) is unknown color: approx Lilac. HEX triplet: C6, 9F and C1. RGB value is (198,159,193). Sum of RGB (Red+Green+Blue) = 198+159+193=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FC1 is #39603E. Grayscale: #AEAEAE. Windows color (decimal): -3760191 or 12689350. OLE color: 12689350.

HSL color Cylindrical-coordinate representation of color #C69FC1: hue angle of 307.69º 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 #C69FC1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198159193-
CMYK00.200.030.22
HSL307.69º25.49%70%-
HSV(B)307.69º19.7%77.65%-
XYZ45.3140.6555.91-
YUV174.54138.42144.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=36%
G=28.91%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815919300.200.030.22307.6925.4970
HexC69FC10143161341946
Octal30623730102432646431106
Binary1100011010011111110000010101001110110100110100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FC1; }

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

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

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

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

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

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

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

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