#C5AFF6

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

Shades of Melrose #C5AFF6

Tints of Melrose #C5AFF6

Color information

#C5AFF6 (or 0xC5AFF6) is unknown color: approx Melrose. HEX triplet: C5, AF and F6. RGB value is (197,175,246). Sum of RGB (Red+Green+Blue) = 197+175+246=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 175 (68.75% from 255 or 28.32% 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 #C5AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF6 is #3A5009. Grayscale: #BDBDBD. Windows color (decimal): -3821578 or 16166853. OLE color: 16166853.

HSL color Cylindrical-coordinate representation of color #C5AFF6: hue angle of 258.59º 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 #C5AFF6 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197175246-
CMYK0.200.2900.04
HSL258.59º79.78%82.55%-
HSV(B)258.59º28.86%96.47%-
XYZ54.9949.1893.78-
YUV189.67159.79133.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 246 (96.48% from 255) = 39.81%
R=31.88%
G=28.32%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971752460.200.2900.04258.5979.7882.55
HexC5AFF6141D041035053
Octal305257366243504403120123
Binary1100010110101111111101101010011101010010000001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFF6; }

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

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

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

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

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

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

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

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