#C9B1F3

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

Shades of Melrose #C9B1F3

Tints of Melrose #C9B1F3

Color information

#C9B1F3 (or 0xC9B1F3) is unknown color: approx Melrose. HEX triplet: C9, B1 and F3. RGB value is (201,177,243). Sum of RGB (Red+Green+Blue) = 201+177+243=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1F3 is #364E0C. Grayscale: #BFBFBF. Windows color (decimal): -3558925 or 15970761. OLE color: 15970761.

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

Color convert

RGB201177243-
CMYK0.170.2700.05
HSL261.82º73.33%82.35%-
HSV(B)261.82º27.16%95.29%-
XYZ55.9950.3391.56-
YUV191.7156.95134.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=32.37%
G=28.50%
B=39.13%

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
Decimal2011772430.170.2700.05261.8273.3382.35
HexC9B1F3111B051064952
Octal311261363213305406111122
Binary1100100110110001111100111000111011010110000011010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1F3; }

 p { color: rgb(201,177,243); }

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

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

 a { background-color: rgb(201,177,243); }

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

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

 span { border-color: rgb(201,177,243); }

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