#C6AFFF

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

Shades of Melrose #C6AFFF

Tints of Melrose #C6AFFF

Color information

#C6AFFF (or 0xC6AFFF) is unknown color: approx Melrose. HEX triplet: C6, AF and FF. RGB value is (198,175,255). Sum of RGB (Red+Green+Blue) = 198+175+255=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFF is #395000. Grayscale: #BEBEBE. Windows color (decimal): -3756033 or 16756678. OLE color: 16756678.

HSL color Cylindrical-coordinate representation of color #C6AFFF: hue angle of 257.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AFFF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198175255-
CMYK0.220.3100
HSL257.25º100%84.31%-
HSV(B)257.25º31.37%100%-
XYZ56.6749.89101.25-
YUV191164.12133-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 255 (100% from 255) = 40.61%
R=31.53%
G=27.87%
B=40.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981752550.220.3100257.2510084.31
HexC6AFFF161F001016454
Octal306257377263700401144124
Binary11000110101011111111111110110111110010000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFFF; }

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

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

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

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

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

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

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

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