#C8A5CC

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

Shades of Lilac #C8A5CC

Tints of Lilac #C8A5CC

Color information

#C8A5CC (or 0xC8A5CC) is unknown color: approx Lilac. HEX triplet: C8, A5 and CC. RGB value is (200,165,204). Sum of RGB (Red+Green+Blue) = 200+165+204=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5CC is #375A33. Grayscale: #B3B3B3. Windows color (decimal): -3627572 or 13411784. OLE color: 13411784.

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

Color convert

RGB200165204-
CMYK0.020.1900.2
HSL293.85º27.66%72.35%-
HSV(B)293.85º19.12%80%-
XYZ48.1743.5562.99-
YUV179.91141.6142.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=35.15%
G=29.00%
B=35.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001652040.020.1900.2293.8527.6672.35
HexC8A5CC2130141261c48
Octal31024531422302444634110
Binary1100100010100101110011001010011010100100100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5CC; }

 p { color: rgb(200,165,204); }

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

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

 a { background-color: rgb(200,165,204); }

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

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

 span { border-color: rgb(200,165,204); }

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