Html Css Color HEX #C984BD Lilac

📋 copy color: '#C984BD'

red 201 ◦ green 132 ◦ blue 189

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

Shades of Lilac #C984BD

Tints of Lilac #C984BD

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

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 201 132 189 -
CMYK 0 0.34 0.06 0.21
HSL 310.43º 0.39% 0.65% -
HSV(B) 310.43º 0.34% 0.79% -
XYZ 41.52 32.59 52.25 -
YUV 159.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 201 132 189 0 0.34 0.06 0.21 310.43 0.39 0.65
Hex C9 84 BD 0 22 6 15 136 27 41
Octal 311 204 275 0 42 6 25 466 47 101
Binary 11001001 10000100 10111101 0 100010 110 10101 100110110 100111 1000001

Color Harmonies of #C984BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984BD

Black with #C984BD

Text Example


Text Example

White with #C984BD

Text Example


Text Example

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