#C7B6F0

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

Shades of Melrose #C7B6F0

Tints of Melrose #C7B6F0

Color information

#C7B6F0 (or 0xC7B6F0) is unknown color: approx Melrose. HEX triplet: C7, B6 and F0. RGB value is (199,182,240). Sum of RGB (Red+Green+Blue) = 199+182+240=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7B6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6F0 is #38490F. Grayscale: #C1C1C1. Windows color (decimal): -3688720 or 15775431. OLE color: 15775431.

HSL color Cylindrical-coordinate representation of color #C7B6F0: hue angle of 257.59º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B6F0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199182240-
CMYK0.170.2400.06
HSL257.59º65.91%82.75%-
HSV(B)257.59º24.17%94.12%-
XYZ56.0151.8989.5-
YUV193.7154.13131.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=32.05%
G=29.31%
B=38.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991822400.170.2400.06257.5965.9182.75
HexC7B6F01118061024253
Octal307266360213006402102123
Binary1100011110110110111100001000111000011010000001010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6F0; }

 p { color: rgb(199,182,240); }

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

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

 a { background-color: rgb(199,182,240); }

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

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

 span { border-color: rgb(199,182,240); }

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