#C6B0F1

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

Shades of Melrose #C6B0F1

Tints of Melrose #C6B0F1

Color information

#C6B0F1 (or 0xC6B0F1) is unknown color: approx Melrose. HEX triplet: C6, B0 and F1. RGB value is (198,176,241). Sum of RGB (Red+Green+Blue) = 198+176+241=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0F1 is #394F0E. Grayscale: #BDBDBD. Windows color (decimal): -3755791 or 15839430. OLE color: 15839430.

HSL color Cylindrical-coordinate representation of color #C6B0F1: hue angle of 260.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B0F1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198176241-
CMYK0.180.2700.05
HSL260.31º69.89%81.76%-
HSV(B)260.31º26.97%94.51%-
XYZ54.6949.4189.87-
YUV189.99156.79133.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=32.20%
G=28.62%
B=39.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981762410.180.2700.05260.3169.8981.76
HexC6B0F1121B051044652
Octal306260361223305404106122
Binary1100011010110000111100011001011011010110000010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B0F1; }

 p { color: rgb(198,176,241); }

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

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

 a { background-color: rgb(198,176,241); }

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

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

 span { border-color: rgb(198,176,241); }

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