#C99FC1

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

Shades of Lilac #C99FC1

Tints of Lilac #C99FC1

Color information

#C99FC1 (or 0xC99FC1) is unknown color: approx Lilac. HEX triplet: C9, 9F and C1. RGB value is (201,159,193). Sum of RGB (Red+Green+Blue) = 201+159+193=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC1 is #36603E. Grayscale: #AFAFAF. Windows color (decimal): -3563583 or 12689353. OLE color: 12689353.

HSL color Cylindrical-coordinate representation of color #C99FC1: hue angle of 311.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FC1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB201159193-
CMYK00.210.040.21
HSL311.43º28%70.59%-
HSV(B)311.43º20.9%78.82%-
XYZ46.1141.0655.95-
YUV175.43137.91146.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=36.35%
G=28.75%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115919300.210.040.21311.432870.59
HexC99FC10154151371c47
Octal31123730102542546734107
Binary11001001100111111100000101010110010101100110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FC1; }

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

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

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

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

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

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

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

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