#C7A3CF

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

Shades of Lilac #C7A3CF

Tints of Lilac #C7A3CF

Color information

#C7A3CF (or 0xC7A3CF) is unknown color: approx Lilac. HEX triplet: C7, A3 and CF. RGB value is (199,163,207). Sum of RGB (Red+Green+Blue) = 199+163+207=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3CF is #385C30. Grayscale: #B2B2B2. Windows color (decimal): -3693617 or 13607879. OLE color: 13607879.

HSL color Cylindrical-coordinate representation of color #C7A3CF: hue angle of 289.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7A3CF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199163207-
CMYK0.040.2100.19
HSL289.09º31.43%72.55%-
HSV(B)289.09º21.26%81.18%-
XYZ47.9142.8464.78-
YUV178.78143.93142.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=34.97%
G=28.65%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991632070.040.2100.19289.0931.4372.55
HexC7A3CF4150131211f49
Octal30724331742502344137111
Binary11000111101000111100111110010101010011100100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A3CF; }

 p { color: rgb(199,163,207); }

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

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

 a { background-color: rgb(199,163,207); }

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

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

 span { border-color: rgb(199,163,207); }

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