#C1B1F1

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

Shades of Melrose #C1B1F1

Tints of Melrose #C1B1F1

Color information

#C1B1F1 (or 0xC1B1F1) is unknown color: approx Melrose. HEX triplet: C1, B1 and F1. RGB value is (193,177,241). Sum of RGB (Red+Green+Blue) = 193+177+241=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1F1 is #3E4E0E. Grayscale: #BCBCBC. Windows color (decimal): -4083215 or 15839681. OLE color: 15839681.

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

Color convert

RGB193177241-
CMYK0.200.2700.05
HSL255º69.57%81.96%-
HSV(B)255º26.56%94.51%-
XYZ53.5949.1389.88-
YUV189.08157.3130.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=31.59%
G=28.97%
B=39.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931772410.200.2700.0525569.5781.96
HexC1B1F1141B05ff4652
Octal301261361243305377106122
Binary110000011011000111110001101001101101011111111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1F1; }

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

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

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

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

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

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

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

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