#C7B1F1

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

Shades of Melrose #C7B1F1

Tints of Melrose #C7B1F1

Color information

#C7B1F1 (or 0xC7B1F1) is unknown color: approx Melrose. HEX triplet: C7, B1 and F1. RGB value is (199,177,241). Sum of RGB (Red+Green+Blue) = 199+177+241=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1F1 is #384E0E. Grayscale: #BEBEBE. Windows color (decimal): -3689999 or 15839687. OLE color: 15839687.

HSL color Cylindrical-coordinate representation of color #C7B1F1: hue angle of 260.62º 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 #C7B1F1 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199177241-
CMYK0.170.2700.05
HSL260.62º69.57%81.96%-
HSV(B)260.62º26.56%94.51%-
XYZ55.1549.9489.95-
YUV190.87156.29133.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.25%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=32.25%
G=28.69%
B=39.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991772410.170.2700.05260.6269.5781.96
HexC7B1F1111B051054652
Octal307261361213305405106122
Binary1100011110110001111100011000111011010110000010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1F1; }

 p { color: rgb(199,177,241); }

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

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

 a { background-color: rgb(199,177,241); }

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

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

 span { border-color: rgb(199,177,241); }

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