#C7B3EF

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

Shades of Melrose #C7B3EF

Tints of Melrose #C7B3EF

Color information

#C7B3EF (or 0xC7B3EF) is unknown color: approx Melrose. HEX triplet: C7, B3 and EF. RGB value is (199,179,239). Sum of RGB (Red+Green+Blue) = 199+179+239=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3EF is #384C10. Grayscale: #BFBFBF. Windows color (decimal): -3689489 or 15709127. OLE color: 15709127.

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

Color convert

RGB199179239-
CMYK0.170.2500.06
HSL260º65.22%81.96%-
HSV(B)260º25.1%93.73%-
XYZ55.2550.6188.52-
YUV191.82154.63133.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=32.25%
G=29.01%
B=38.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991792390.170.2500.0626065.2281.96
HexC7B3EF1119061044152
Octal307263357213106404101122
Binary1100011110110011111011111000111001011010000010010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3EF; }

 p { color: rgb(199,179,239); }

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

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

 a { background-color: rgb(199,179,239); }

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

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

 span { border-color: rgb(199,179,239); }

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