Html Css Color HEX #C8A1C3 Lilac

📋 copy color: '#C8A1C3'

red 200 ◦ green 161 ◦ blue 195

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

Shades of Lilac #C8A1C3

Tints of Lilac #C8A1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.07%

R = 35.97%
G = 28.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C8A1C3 (or 0xC8A1C3) is known color: Lilac. HEX triplet: C8, A1 and C3. RGB value is (200,161,195). Sum of RGB (Red+Green+Blue) = 200+161+195=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1C3 is #375E3C. Grayscale: #B0B0B0. Windows color (decimal): -3628605 or 12820936. OLE color: 12820936.

HSL color Cylindrical-coordinate representation of color #C8A1C3: hue angle of 307.69º 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 #C8A1C3 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 195 -
CMYK 0 0.19 0.02 0.22
HSL 307.69º 0.26% 0.71% -
HSV(B) 307.69º 0.2% 0.78% -
XYZ 46.41 41.71 57.23 -
YUV 176.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 200 161 195 0 0.19 0.02 0.22 307.69 0.26 0.71
Hex C8 A1 C3 0 13 2 16 134 1A 47
Octal 310 241 303 0 23 2 26 464 32 107
Binary 11001000 10100001 11000011 0 10011 10 10110 100110100 11010 1000111

Color Harmonies of #C8A1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1C3

Black with #C8A1C3

Text Example


Text Example

White with #C8A1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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