Html Css Color HEX #C9A1C7 Lilac

📋 copy color: '#C9A1C7'

red 201 ◦ green 161 ◦ blue 199

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

Shades of Lilac #C9A1C7

Tints of Lilac #C9A1C7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.7%

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 35.83%
G = 28.7%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9A1C7 (or 0xC9A1C7) is known color: Lilac. HEX triplet: C9, A1 and C7. RGB value is (201,161,199). Sum of RGB (Red+Green+Blue) = 201+161+199=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1C7 is #365E38. Grayscale: #B1B1B1. Windows color (decimal): -3563065 or 13083081. OLE color: 13083081.

HSL color Cylindrical-coordinate representation of color #C9A1C7: hue angle of 303º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1C7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 199 -
CMYK 0 0.20 0.01 0.21
HSL 303º 0.27% 0.71% -
HSV(B) 303º 0.2% 0.79% -
XYZ 47.14 42.03 59.66 -
YUV 177.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 201 161 199 0 0.20 0.01 0.21 303 0.27 0.71
Hex C9 A1 C7 0 14 1 15 12F 1B 47
Octal 311 241 307 0 24 1 25 457 33 107
Binary 11001001 10100001 11000111 0 10100 1 10101 100101111 11011 1000111

Color Harmonies of #C9A1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1C7

Black with #C9A1C7

Text Example


Text Example

White with #C9A1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1C7; }

 p { color: rgb(201,161,199); }

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

background-color css

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

 a { background-color: rgb(201,161,199); }

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

border-color css

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

 span { border-color: rgb(201,161,199); }

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