#C8AFC8

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

Shades of Lilac #C8AFC8

Tints of Lilac #C8AFC8

Color information

#C8AFC8 (or 0xC8AFC8) is unknown color: approx Lilac. HEX triplet: C8, AF and C8. RGB value is (200,175,200). Sum of RGB (Red+Green+Blue) = 200+175+200=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C8AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFC8 is #375037. Grayscale: #B9B9B9. Windows color (decimal): -3625016 or 13152200. OLE color: 13152200.

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

Color convert

RGB200175200-
CMYK00.1200.22
HSL300º18.52%73.53%-
HSV(B)300º12.5%78.43%-
XYZ49.5747.1161.12-
YUV185.32136.28138.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017520000.1200.2230018.5273.53
HexC8AFC80C01612c134a
Octal31025731001402645423112
Binary11001000101011111100100001100010110100101100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFC8; }

 p { color: rgb(200,175,200); }

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

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

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

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

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

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

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