#C7B0EC

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

Shades of Melrose #C7B0EC

Tints of Melrose #C7B0EC

Color information

#C7B0EC (or 0xC7B0EC) is unknown color: approx Melrose. HEX triplet: C7, B0 and EC. RGB value is (199,176,236). Sum of RGB (Red+Green+Blue) = 199+176+236=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0EC is #384F13. Grayscale: #BDBDBD. Windows color (decimal): -3690260 or 15511751. OLE color: 15511751.

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

Color convert

RGB199176236-
CMYK0.160.2500.07
HSL263º61.22%80.78%-
HSV(B)263º25.42%92.55%-
XYZ54.2249.2586.01-
YUV189.72154.12134.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=32.57%
G=28.81%
B=38.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991762360.160.2500.0726361.2280.78
HexC7B0EC1019071073d51
Octal30726035420310740775121
Binary110001111011000011101100100001100101111000001111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0EC; }

 p { color: rgb(199,176,236); }

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

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

 a { background-color: rgb(199,176,236); }

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

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

 span { border-color: rgb(199,176,236); }

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