Html Css Color HEX #C988CC Lilac

📋 copy color: '#C988CC'

red 201 ◦ green 136 ◦ blue 204

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

Shades of Lilac #C988CC

Tints of Lilac #C988CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 37.15%
G = 25.14%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C988CC (or 0xC988CC) is known color: Lilac. HEX triplet: C9, 88 and CC. RGB value is (201,136,204). Sum of RGB (Red+Green+Blue) = 201+136+204=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C988CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988CC is #367733. Grayscale: #A2A2A2. Windows color (decimal): -3569460 or 13404361. OLE color: 13404361.

HSL color Cylindrical-coordinate representation of color #C988CC: hue angle of 297.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C988CC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 136 204 -
CMYK 0.01 0.33 0 0.2
HSL 297.35º 0.4% 0.67% -
HSV(B) 297.35º 0.33% 0.8% -
XYZ 43.79 34.39 61.46 -
YUV 163.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 201 136 204 0.01 0.33 0 0.2 297.35 0.4 0.67
Hex C9 88 CC 1 21 0 14 129 28 43
Octal 311 210 314 1 41 0 24 451 50 103
Binary 11001001 10001000 11001100 1 100001 0 10100 100101001 101000 1000011

Color Harmonies of #C988CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C988CC

Black with #C988CC

Text Example


Text Example

White with #C988CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C988CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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