#C9B1FC

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

Shades of Melrose #C9B1FC

Tints of Melrose #C9B1FC

Color information

#C9B1FC (or 0xC9B1FC) is unknown color: approx Melrose. HEX triplet: C9, B1 and FC. RGB value is (201,177,252). Sum of RGB (Red+Green+Blue) = 201+177+252=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1FC is #364E03. Grayscale: #C0C0C0. Windows color (decimal): -3558916 or 16560585. OLE color: 16560585.

HSL color Cylindrical-coordinate representation of color #C9B1FC: hue angle of 259.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9B1FC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201177252-
CMYK0.200.3000.01
HSL259.2º92.59%84.12%-
HSV(B)259.2º29.76%98.82%-
XYZ57.3850.8998.89-
YUV192.73161.45133.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 28.10%
BLUE value IS 252 (98.83% from 255) = 40%
R=31.90%
G=28.10%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011772520.200.3000.01259.292.5984.12
HexC9B1FC141E011035d54
Octal311261374243601403135124
Binary11001001101100011111110010100111100110000001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1FC; }

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

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

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

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

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

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

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

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