#C982BD

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

Shades of Lilac #C982BD

Tints of Lilac #C982BD

Color information

#C982BD (or 0xC982BD) is unknown color: approx Lilac. HEX triplet: C9, 82 and BD. RGB value is (201,130,189). Sum of RGB (Red+Green+Blue) = 201+130+189=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C982BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982BD is #367D42. Grayscale: #9D9D9D. Windows color (decimal): -3571011 or 12419785. OLE color: 12419785.

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

Color convert

RGB201130189-
CMYK00.350.060.21
HSL310.14º39.66%64.9%-
HSV(B)310.14º35.32%78.82%-
XYZ41.2632.0652.16-
YUV157.95145.52158.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=38.65%
G=25%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113018900.350.060.21310.1439.6664.9
HexC982BD0236151362841
Octal31120227504362546650101
Binary1100100110000010101111010100011110101011001101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982BD; }

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

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

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

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

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

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

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

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