#C4B1F1

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

Shades of Melrose #C4B1F1

Tints of Melrose #C4B1F1

Color information

#C4B1F1 (or 0xC4B1F1) is unknown color: approx Melrose. HEX triplet: C4, B1 and F1. RGB value is (196,177,241). Sum of RGB (Red+Green+Blue) = 196+177+241=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1F1 is #3B4E0E. Grayscale: #BDBDBD. Windows color (decimal): -3886607 or 15839684. OLE color: 15839684.

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

Color convert

RGB196177241-
CMYK0.190.2700.05
HSL257.81º69.57%81.96%-
HSV(B)257.81º26.56%94.51%-
XYZ54.3649.5389.91-
YUV189.98156.79132.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=31.92%
G=28.83%
B=39.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961772410.190.2700.05257.8169.5781.96
HexC4B1F1131B051024652
Octal304261361233305402106122
Binary1100010010110001111100011001111011010110000001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1F1; }

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

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

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

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

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

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

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

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