Html Css Color HEX #C997CE Lilac

📋 copy color: '#C997CE'

red 201 ◦ green 151 ◦ blue 206

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

Shades of Lilac #C997CE

Tints of Lilac #C997CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 36.02%
G = 27.06%
B = 36.92%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C997CE (or 0xC997CE) is known color: Lilac. HEX triplet: C9, 97 and CE. RGB value is (201,151,206). Sum of RGB (Red+Green+Blue) = 201+151+206=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C997CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997CE is #366831. Grayscale: #ACACAC. Windows color (decimal): -3565618 or 13539273. OLE color: 13539273.

HSL color Cylindrical-coordinate representation of color #C997CE: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C997CE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 151 206 -
CMYK 0.02 0.27 0 0.19
HSL 294.55º 0.36% 0.7% -
HSV(B) 294.55º 0.27% 0.81% -
XYZ 46.29 39.01 63.48 -
YUV 172.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 201 151 206 0.02 0.27 0 0.19 294.55 0.36 0.7
Hex C9 97 CE 2 1B 0 13 127 24 46
Octal 311 227 316 2 33 0 23 447 44 106
Binary 11001001 10010111 11001110 10 11011 0 10011 100100111 100100 1000110

Color Harmonies of #C997CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997CE

Black with #C997CE

Text Example


Text Example

White with #C997CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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