Html Css Color HEX #C988CD Lilac

📋 copy color: '#C988CD'

red 201 ◦ green 136 ◦ blue 205

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

Shades of Lilac #C988CD

Tints of Lilac #C988CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 37.08%
G = 25.09%
B = 37.82%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C988CD (or 0xC988CD) is known color: Lilac. HEX triplet: C9, 88 and CD. RGB value is (201,136,205). Sum of RGB (Red+Green+Blue) = 201+136+205=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C988CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988CD is #367732. Grayscale: #A3A3A3. Windows color (decimal): -3569459 or 13469897. OLE color: 13469897.

HSL color Cylindrical-coordinate representation of color #C988CD: hue angle of 296.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C988CD is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 136 205 -
CMYK 0.02 0.34 0 0.20
HSL 296.52º 0.41% 0.67% -
HSV(B) 296.52º 0.34% 0.8% -
XYZ 43.91 34.43 62.09 -
YUV 163.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 201 136 205 0.02 0.34 0 0.20 296.52 0.41 0.67
Hex C9 88 CD 2 22 0 14 129 29 43
Octal 311 210 315 2 42 0 24 451 51 103
Binary 11001001 10001000 11001101 10 100010 0 10100 100101001 101001 1000011

Color Harmonies of #C988CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988CD

Black with #C988CD

Text Example


Text Example

White with #C988CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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