#C6AFF7

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

Shades of Melrose #C6AFF7

Tints of Melrose #C6AFF7

Color information

#C6AFF7 (or 0xC6AFF7) is unknown color: approx Melrose. HEX triplet: C6, AF and F7. RGB value is (198,175,247). Sum of RGB (Red+Green+Blue) = 198+175+247=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFF7 is #395008. Grayscale: #BDBDBD. Windows color (decimal): -3756041 or 16232390. OLE color: 16232390.

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

Color convert

RGB198175247-
CMYK0.200.2900.03
HSL259.17º81.82%82.75%-
HSV(B)259.17º29.15%96.86%-
XYZ55.4149.3894.61-
YUV190.08160.12133.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=31.94%
G=28.23%
B=39.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1981752470.200.2900.03259.1781.8282.75
HexC6AFF7141D031035253
Octal306257367243503403122123
Binary110001101010111111110111101001110101110000001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFF7; }

 p { color: rgb(198,175,247); }

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

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

 a { background-color: rgb(198,175,247); }

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

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

 span { border-color: rgb(198,175,247); }

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