#C8A1CA

Color #C8A1CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C8A1CA

Tints of Lilac #C8A1CA

Color information

#C8A1CA (or 0xC8A1CA) is unknown color: approx Lilac. HEX triplet: C8, A1 and CA. RGB value is (200,161,202). Sum of RGB (Red+Green+Blue) = 200+161+202=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1CA is #375E35. Grayscale: #B1B1B1. Windows color (decimal): -3628598 or 13279688. OLE color: 13279688.

HSL color Cylindrical-coordinate representation of color #C8A1CA: hue angle of 297.07º degrees, saturation: 0.28, 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 #C8A1CA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200161202-
CMYK0.010.2000.21
HSL297.07º27.89%71.18%-
HSV(B)297.07º20.3%79.22%-
XYZ47.2242.0361.5-
YUV177.33141.92144.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 161 (63.28% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=35.52%
G=28.60%
B=35.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001612020.010.2000.21297.0727.8971.18
HexC8A1CA1140151291c47
Octal31024131212402545134107
Binary110010001010000111001010110100010101100101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A1CA; }

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

 H1.HeaderClassName
 {
   color: #C8A1CA;
 }
 .AnyTagClassName
 {
   color: #C8A1CA;
 }
</style>
background-color css

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

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

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

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

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

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