#C984C1

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

Shades of Lilac #C984C1

Tints of Lilac #C984C1

Color information

#C984C1 (or 0xC984C1) is unknown color: approx Lilac. HEX triplet: C9, 84 and C1. RGB value is (201,132,193). Sum of RGB (Red+Green+Blue) = 201+132+193=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C984C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984C1 is #367B3E. Grayscale: #9F9F9F. Windows color (decimal): -3570495 or 12682441. OLE color: 12682441.

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

Color convert

RGB201132193-
CMYK00.340.040.21
HSL306.96º38.98%65.29%-
HSV(B)306.96º34.33%78.82%-
XYZ41.9632.7754.57-
YUV159.58146.86157.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=38.21%
G=25.10%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113219300.340.040.21306.9638.9865.29
HexC984C10224151332741
Octal31120430104242546347101
Binary1100100110000100110000010100010100101011001100111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984C1; }

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

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

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

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

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

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

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

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