Html Css Color HEX #C988BD Lilac

📋 copy color: '#C988BD'

red 201 ◦ green 136 ◦ blue 189

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

Shades of Lilac #C988BD

Tints of Lilac #C988BD

RGB

 RED value IS 201 (78.91% from 255) = 38.21%

 GREEN value IS 136 (53.52% from 255) = 25.86%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 38.21%
G = 25.86%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C988BD (or 0xC988BD) is known color: Lilac. HEX triplet: C9, 88 and BD. RGB value is (201,136,189). Sum of RGB (Red+Green+Blue) = 201+136+189=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C988BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988BD is #367742. Grayscale: #A1A1A1. Windows color (decimal): -3569475 or 12421321. OLE color: 12421321.

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

Color convert

RGB 201 136 189 -
CMYK 0 0.32 0.06 0.21
HSL 311.08º 0.38% 0.66% -
HSV(B) 311.08º 0.32% 0.79% -
XYZ 42.08 33.7 52.43 -
YUV 161.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 201 136 189 0 0.32 0.06 0.21 311.08 0.38 0.66
Hex C9 88 BD 0 20 6 15 137 26 42
Octal 311 210 275 0 40 6 25 467 46 102
Binary 11001001 10001000 10111101 0 100000 110 10101 100110111 100110 1000010

Color Harmonies of #C988BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988BD

Black with #C988BD

Text Example


Text Example

White with #C988BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988BD; }

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

 H1.HeaderClassName
 {
   color: #C988BD;
 }
 .AnyTagClassName
 {
   color: #C988BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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