Html Css Color HEX #C991CB Lilac

📋 copy color: '#C991CB'

red 201 ◦ green 145 ◦ blue 203

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

Shades of Lilac #C991CB

Tints of Lilac #C991CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.41%

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 36.61%
G = 26.41%
B = 36.98%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C991CB (or 0xC991CB) is known color: Lilac. HEX triplet: C9, 91 and CB. RGB value is (201,145,203). Sum of RGB (Red+Green+Blue) = 201+145+203=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #C991CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CB is #366E34. Grayscale: #A8A8A8. Windows color (decimal): -3567157 or 13341129. OLE color: 13341129.

HSL color Cylindrical-coordinate representation of color #C991CB: hue angle of 297.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C991CB is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 145 203 -
CMYK 0.01 0.29 0 0.20
HSL 297.93º 0.36% 0.68% -
HSV(B) 297.93º 0.29% 0.8% -
XYZ 44.99 36.98 61.27 -
YUV 168.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 201 145 203 0.01 0.29 0 0.20 297.93 0.36 0.68
Hex C9 91 CB 1 1D 0 14 12A 24 44
Octal 311 221 313 1 35 0 24 452 44 104
Binary 11001001 10010001 11001011 1 11101 0 10100 100101010 100100 1000100

Color Harmonies of #C991CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991CB

Black with #C991CB

Text Example


Text Example

White with #C991CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991CB; }

 p { color: rgb(201,145,203); }

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

background-color css

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

 a { background-color: rgb(201,145,203); }

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

border-color css

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

 span { border-color: rgb(201,145,203); }

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