Html Css Color HEX #C982BD Lilac

📋 copy color: '#C982BD'

red 201 ◦ green 130 ◦ blue 189

#C982BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C982BD

Tints of Lilac #C982BD

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 value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C982BD (or 0xC982BD) is known color: 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

RGB 201 130 189 -
CMYK 0 0.35 0.06 0.21
HSL 310.14º 0.4% 0.65% -
HSV(B) 310.14º 0.35% 0.79% -
XYZ 41.26 32.06 52.16 -
YUV 157.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 201 130 189 0 0.35 0.06 0.21 310.14 0.4 0.65
Hex C9 82 BD 0 23 6 15 136 28 41
Octal 311 202 275 0 43 6 25 466 50 101
Binary 11001001 10000010 10111101 0 100011 110 10101 100110110 101000 1000001

Color Harmonies of #C982BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982BD

Black with #C982BD

Text Example


Text Example

White with #C982BD

Text Example


Text Example

HTML Codes & Css Web 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>