Html Css Color HEX #C991CC Lilac

📋 copy color: '#C991CC'

red 201 ◦ green 145 ◦ blue 204

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

Shades of Lilac #C991CC

Tints of Lilac #C991CC

RGB

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

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

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

R = 36.55%
G = 26.36%
B = 37.09%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C991CC (or 0xC991CC) is known color: Lilac. HEX triplet: C9, 91 and CC. RGB value is (201,145,204). Sum of RGB (Red+Green+Blue) = 201+145+204=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C991CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991CC is #366E33. Grayscale: #A8A8A8. Windows color (decimal): -3567156 or 13406665. OLE color: 13406665.

HSL color Cylindrical-coordinate representation of color #C991CC: hue angle of 296.95º degrees, saturation: 0.37, 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 #C991CC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 145 204 -
CMYK 0.01 0.29 0 0.2
HSL 296.95º 0.37% 0.68% -
HSV(B) 296.95º 0.29% 0.8% -
XYZ 45.11 37.03 61.9 -
YUV 168.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 201 145 204 0.01 0.29 0 0.2 296.95 0.37 0.68
Hex C9 91 CC 1 1D 0 14 129 25 44
Octal 311 221 314 1 35 0 24 451 45 104
Binary 11001001 10010001 11001100 1 11101 0 10100 100101001 100101 1000100

Color Harmonies of #C991CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991CC

Black with #C991CC

Text Example


Text Example

White with #C991CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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