Html Css Color HEX #C988D0 Lilac

📋 copy color: '#C988D0'

red 201 ◦ green 136 ◦ blue 208

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

Shades of Lilac #C988D0

Tints of Lilac #C988D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 36.88%
G = 24.95%
B = 38.17%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C988D0 (or 0xC988D0) is known color: Lilac. HEX triplet: C9, 88 and D0. RGB value is (201,136,208). Sum of RGB (Red+Green+Blue) = 201+136+208=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C988D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988D0 is #36772F. Grayscale: #A3A3A3. Windows color (decimal): -3569456 or 13666505. OLE color: 13666505.

HSL color Cylindrical-coordinate representation of color #C988D0: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C988D0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 136 208 -
CMYK 0.03 0.35 0 0.18
HSL 294.17º 0.43% 0.67% -
HSV(B) 294.17º 0.35% 0.82% -
XYZ 44.28 34.58 64.02 -
YUV 163.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 201 136 208 0.03 0.35 0 0.18 294.17 0.43 0.67
Hex C9 88 D0 3 23 0 12 126 2B 43
Octal 311 210 320 3 43 0 22 446 53 103
Binary 11001001 10001000 11010000 11 100011 0 10010 100100110 101011 1000011

Color Harmonies of #C988D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988D0

Black with #C988D0

Text Example


Text Example

White with #C988D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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