Html Css Color HEX #C997CC Lilac

📋 copy color: '#C997CC'

red 201 ◦ green 151 ◦ blue 204

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

Shades of Lilac #C997CC

Tints of Lilac #C997CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.16%

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

R = 36.15%
G = 27.16%
B = 36.69%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C997CC (or 0xC997CC) is known color: Lilac. HEX triplet: C9, 97 and CC. RGB value is (201,151,204). Sum of RGB (Red+Green+Blue) = 201+151+204=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C997CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997CC is #366833. Grayscale: #ABABAB. Windows color (decimal): -3565620 or 13408201. OLE color: 13408201.

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

Color convert

RGB 201 151 204 -
CMYK 0.01 0.26 0 0.2
HSL 296.6º 0.34% 0.7% -
HSV(B) 296.6º 0.26% 0.8% -
XYZ 46.05 38.91 62.21 -
YUV 171.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 201 151 204 0.01 0.26 0 0.2 296.6 0.34 0.7
Hex C9 97 CC 1 1A 0 14 129 22 46
Octal 311 227 314 1 32 0 24 451 42 106
Binary 11001001 10010111 11001100 1 11010 0 10100 100101001 100010 1000110

Color Harmonies of #C997CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997CC

Black with #C997CC

Text Example


Text Example

White with #C997CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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