#C8AFC5

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

Shades of Lilac #C8AFC5

Tints of Lilac #C8AFC5

Color information

#C8AFC5 (or 0xC8AFC5) is unknown color: approx Lilac. HEX triplet: C8, AF and C5. RGB value is (200,175,197). Sum of RGB (Red+Green+Blue) = 200+175+197=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFC5 is #37503A. Grayscale: #B8B8B8. Windows color (decimal): -3625019 or 12955592. OLE color: 12955592.

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

Color convert

RGB200175197-
CMYK00.120.020.22
HSL307.2º18.52%73.53%-
HSV(B)307.2º12.5%78.43%-
XYZ49.2346.9759.29-
YUV184.98134.78138.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=34.97%
G=30.59%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017519700.120.020.22307.218.5273.53
HexC8AFC50C216133134a
Octal31025730501422646323112
Binary110010001010111111000101011001010110100110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFC5; }

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

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

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

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

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

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

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

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