Html Css Color HEX #C997C2 Lilac

📋 copy color: '#C997C2'

red 201 ◦ green 151 ◦ blue 194

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

Shades of Lilac #C997C2

Tints of Lilac #C997C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 36.81%
G = 27.66%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C997C2 (or 0xC997C2) is known color: Lilac. HEX triplet: C9, 97 and C2. RGB value is (201,151,194). Sum of RGB (Red+Green+Blue) = 201+151+194=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C997C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997C2 is #36683D. Grayscale: #AAAAAA. Windows color (decimal): -3565630 or 12752841. OLE color: 12752841.

HSL color Cylindrical-coordinate representation of color #C997C2: hue angle of 308.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C997C2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 194 -
CMYK 0 0.25 0.03 0.21
HSL 308.4º 0.32% 0.69% -
HSV(B) 308.4º 0.25% 0.79% -
XYZ 44.89 38.45 56.09 -
YUV 170.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 201 151 194 0 0.25 0.03 0.21 308.4 0.32 0.69
Hex C9 97 C2 0 19 3 15 134 20 45
Octal 311 227 302 0 31 3 25 464 40 105
Binary 11001001 10010111 11000010 0 11001 11 10101 100110100 100000 1000101

Color Harmonies of #C997C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997C2

Black with #C997C2

Text Example


Text Example

White with #C997C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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