#C7AFF6

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

Shades of Melrose #C7AFF6

Tints of Melrose #C7AFF6

Color information

#C7AFF6 (or 0xC7AFF6) is unknown color: approx Melrose. HEX triplet: C7, AF and F6. RGB value is (199,175,246). Sum of RGB (Red+Green+Blue) = 199+175+246=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFF6 is #385009. Grayscale: #BEBEBE. Windows color (decimal): -3690506 or 16166855. OLE color: 16166855.

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

Color convert

RGB199175246-
CMYK0.190.2900.04
HSL260.28º79.78%82.55%-
HSV(B)260.28º28.86%96.47%-
XYZ55.5249.4693.81-
YUV190.27159.45134.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=32.10%
G=28.23%
B=39.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991752460.190.2900.04260.2879.7882.55
HexC7AFF6131D041045053
Octal307257366233504404120123
Binary1100011110101111111101101001111101010010000010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFF6; }

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

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

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

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

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

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

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

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