#C7ADF6

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

Shades of Melrose #C7ADF6

Tints of Melrose #C7ADF6

Color information

#C7ADF6 (or 0xC7ADF6) is unknown color: approx Melrose. HEX triplet: C7, AD and F6. RGB value is (199,173,246). Sum of RGB (Red+Green+Blue) = 199+173+246=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF6 is #385209. Grayscale: #BCBCBC. Windows color (decimal): -3691018 or 16166343. OLE color: 16166343.

HSL color Cylindrical-coordinate representation of color #C7ADF6: hue angle of 261.37º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7ADF6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199173246-
CMYK0.190.3000.04
HSL261.37º80.22%82.16%-
HSV(B)261.37º29.67%96.47%-
XYZ55.1348.6893.68-
YUV189.1160.11135.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 246 (96.48% from 255) = 39.81%
R=32.20%
G=27.99%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991732460.190.3000.04261.3780.2282.16
HexC7ADF6131E041055052
Octal307255366233604405120122
Binary1100011110101101111101101001111110010010000010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADF6; }

 p { color: rgb(199,173,246); }

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

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

 a { background-color: rgb(199,173,246); }

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

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

 span { border-color: rgb(199,173,246); }

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