Html Css Color HEX #C8A1C1 Lilac

📋 copy color: '#C8A1C1'

red 200 ◦ green 161 ◦ blue 193

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

Shades of Lilac #C8A1C1

Tints of Lilac #C8A1C1

RGB

 RED value IS 200 (78.52% from 255) = 36.1%

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

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 36.1%
G = 29.06%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8A1C1 (or 0xC8A1C1) is known color: Lilac. HEX triplet: C8, A1 and C1. RGB value is (200,161,193). Sum of RGB (Red+Green+Blue) = 200+161+193=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1C1 is #375E3E. Grayscale: #B0B0B0. Windows color (decimal): -3628607 or 12689864. OLE color: 12689864.

HSL color Cylindrical-coordinate representation of color #C8A1C1: hue angle of 310.77º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A1C1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 193 -
CMYK 0 0.19 0.04 0.22
HSL 310.77º 0.26% 0.71% -
HSV(B) 310.77º 0.2% 0.78% -
XYZ 46.19 41.62 56.05 -
YUV 176.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 200 161 193 0 0.19 0.04 0.22 310.77 0.26 0.71
Hex C8 A1 C1 0 13 4 16 137 1A 47
Octal 310 241 301 0 23 4 26 467 32 107
Binary 11001000 10100001 11000001 0 10011 100 10110 100110111 11010 1000111

Color Harmonies of #C8A1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1C1

Black with #C8A1C1

Text Example


Text Example

White with #C8A1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1C1; }

 p { color: rgb(200,161,193); }

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

background-color css

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

 a { background-color: rgb(200,161,193); }

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

border-color css

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

 span { border-color: rgb(200,161,193); }

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