#C7AFC4

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

Shades of Lilac #C7AFC4

Tints of Lilac #C7AFC4

Color information

#C7AFC4 (or 0xC7AFC4) is unknown color: approx Lilac. HEX triplet: C7, AF and C4. RGB value is (199,175,196). Sum of RGB (Red+Green+Blue) = 199+175+196=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFC4 is #38503B. Grayscale: #B8B8B8. Windows color (decimal): -3690556 or 12890055. OLE color: 12890055.

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

Color convert

RGB199175196-
CMYK00.120.020.22
HSL307.5º17.65%73.33%-
HSV(B)307.5º12.06%78.04%-
XYZ48.8546.7958.68-
YUV184.57134.45138.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=34.91%
G=30.70%
B=34.39%

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
Decimal19917519600.120.020.22307.517.6573.33
HexC7AFC40C2161341249
Octal30725730401422646422111
Binary110001111010111111000100011001010110100110100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFC4; }

 p { color: rgb(199,175,196); }

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

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

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

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

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

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

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