Html Css Color HEX #C9A1CD Lilac

📋 copy color: '#C9A1CD'

red 201 ◦ green 161 ◦ blue 205

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

Shades of Lilac #C9A1CD

Tints of Lilac #C9A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 35.45%
G = 28.4%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9A1CD (or 0xC9A1CD) is known color: Lilac. HEX triplet: C9, A1 and CD. RGB value is (201,161,205). Sum of RGB (Red+Green+Blue) = 201+161+205=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1CD is #365E32. Grayscale: #B1B1B1. Windows color (decimal): -3563059 or 13476297. OLE color: 13476297.

HSL color Cylindrical-coordinate representation of color #C9A1CD: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A1CD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 161 205 -
CMYK 0.02 0.21 0 0.20
HSL 294.55º 0.31% 0.72% -
HSV(B) 294.55º 0.21% 0.8% -
XYZ 47.85 42.32 63.4 -
YUV 177.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 201 161 205 0.02 0.21 0 0.20 294.55 0.31 0.72
Hex C9 A1 CD 2 15 0 14 127 1F 48
Octal 311 241 315 2 25 0 24 447 37 110
Binary 11001001 10100001 11001101 10 10101 0 10100 100100111 11111 1001000

Color Harmonies of #C9A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1CD

Black with #C9A1CD

Text Example


Text Example

White with #C9A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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