#C6AFED

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

Shades of Melrose #C6AFED

Tints of Melrose #C6AFED

Color information

#C6AFED (or 0xC6AFED) is unknown color: approx Melrose. HEX triplet: C6, AF and ED. RGB value is (198,175,237). Sum of RGB (Red+Green+Blue) = 198+175+237=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFED is #395012. Grayscale: #BCBCBC. Windows color (decimal): -3756051 or 15577030. OLE color: 15577030.

HSL color Cylindrical-coordinate representation of color #C6AFED: hue angle of 262.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AFED is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198175237-
CMYK0.160.2600.07
HSL262.26º63.27%80.78%-
HSV(B)262.26º26.16%92.94%-
XYZ53.948.7886.7-
YUV188.94155.12134.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=32.46%
G=28.69%
B=38.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981752370.160.2600.07262.2663.2780.78
HexC6AFED101A071063f51
Octal30625735520320740677121
Binary110001101010111111101101100001101001111000001101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFED; }

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

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

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

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

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

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

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

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