#C5B3F0

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

Shades of Melrose #C5B3F0

Tints of Melrose #C5B3F0

Color information

#C5B3F0 (or 0xC5B3F0) is unknown color: approx Melrose. HEX triplet: C5, B3 and F0. RGB value is (197,179,240). Sum of RGB (Red+Green+Blue) = 197+179+240=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #C5B3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B3F0 is #3A4C0F. Grayscale: #BFBFBF. Windows color (decimal): -3820560 or 15774661. OLE color: 15774661.

HSL color Cylindrical-coordinate representation of color #C5B3F0: hue angle of 257.7º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B3F0 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197179240-
CMYK0.180.2500.06
HSL257.7º67.03%82.16%-
HSV(B)257.7º25.42%94.12%-
XYZ54.8750.489.27-
YUV191.34155.46132.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=31.98%
G=29.06%
B=38.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971792400.180.2500.06257.767.0382.16
HexC5B3F01219061024352
Octal305263360223106402103122
Binary1100010110110011111100001001011001011010000001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B3F0; }

 p { color: rgb(197,179,240); }

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

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

 a { background-color: rgb(197,179,240); }

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

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

 span { border-color: rgb(197,179,240); }

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