#C9B3FC

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

Shades of Melrose #C9B3FC

Tints of Melrose #C9B3FC

Color information

#C9B3FC (or 0xC9B3FC) is unknown color: approx Melrose. HEX triplet: C9, B3 and FC. RGB value is (201,179,252). Sum of RGB (Red+Green+Blue) = 201+179+252=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3FC is #364C03. Grayscale: #C1C1C1. Windows color (decimal): -3558404 or 16561097. OLE color: 16561097.

HSL color Cylindrical-coordinate representation of color #C9B3FC: hue angle of 258.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9B3FC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201179252-
CMYK0.200.2900.01
HSL258.08º92.41%84.51%-
HSV(B)258.08º28.97%98.82%-
XYZ57.7851.6999.03-
YUV193.9160.79133.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 179 (70.31% from 255) = 28.32%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=31.80%
G=28.32%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011792520.200.2900.01258.0892.4184.51
HexC9B3FC141D011025c55
Octal311263374243501402134125
Binary11001001101100111111110010100111010110000001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B3FC; }

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

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

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

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

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

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

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

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