#C7ADF7

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

Shades of Melrose #C7ADF7

Tints of Melrose #C7ADF7

Color information

#C7ADF7 (or 0xC7ADF7) is unknown color: approx Melrose. HEX triplet: C7, AD and F7. RGB value is (199,173,247). Sum of RGB (Red+Green+Blue) = 199+173+247=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF7 is #385208. Grayscale: #BCBCBC. Windows color (decimal): -3691017 or 16231879. OLE color: 16231879.

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

Color convert

RGB199173247-
CMYK0.190.3000.03
HSL261.08º82.22%82.35%-
HSV(B)261.08º29.96%96.86%-
XYZ55.2948.7494.49-
YUV189.21160.61134.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.15%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=32.15%
G=27.95%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1991732470.190.3000.03261.0882.2282.35
HexC7ADF7131E031055252
Octal307255367233603405122122
Binary110001111010110111110111100111111001110000010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADF7; }

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

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

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

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

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

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

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

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