#C984BD

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

Shades of Lilac #C984BD

Tints of Lilac #C984BD

Color information

#C984BD (or 0xC984BD) is unknown color: approx Lilac. HEX triplet: C9, 84 and BD. RGB value is (201,132,189). Sum of RGB (Red+Green+Blue) = 201+132+189=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C984BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984BD is #367B42. Grayscale: #9E9E9E. Windows color (decimal): -3570499 or 12420297. OLE color: 12420297.

HSL color Cylindrical-coordinate representation of color #C984BD: hue angle of 310.43º 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 #C984BD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201132189-
CMYK00.340.060.21
HSL310.43º38.98%65.29%-
HSV(B)310.43º34.33%78.82%-
XYZ41.5232.5952.25-
YUV159.13144.86157.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=38.51%
G=25.29%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113218900.340.060.21310.4338.9865.29
HexC984BD0226151362741
Octal31120427504262546647101
Binary1100100110000100101111010100010110101011001101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984BD; }

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

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

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

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

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

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

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

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