#C9B1FA

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

Shades of Melrose #C9B1FA

Tints of Melrose #C9B1FA

Color information

#C9B1FA (or 0xC9B1FA) is unknown color: approx Melrose. HEX triplet: C9, B1 and FA. RGB value is (201,177,250). Sum of RGB (Red+Green+Blue) = 201+177+250=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1FA is #364E05. Grayscale: #C0C0C0. Windows color (decimal): -3558918 or 16429513. OLE color: 16429513.

HSL color Cylindrical-coordinate representation of color #C9B1FA: hue angle of 259.73º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B1FA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201177250-
CMYK0.200.2900.02
HSL259.73º87.95%83.73%-
HSV(B)259.73º29.2%98.04%-
XYZ57.0650.7697.23-
YUV192.5160.45134.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 177 (69.53% from 255) = 28.18%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=32.01%
G=28.18%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011772500.200.2900.02259.7387.9583.73
HexC9B1FA141D021045854
Octal311261372243502404130124
Binary110010011011000111111010101001110101010000010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1FA; }

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

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

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

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

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

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

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

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