#C5B1FA

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

Shades of Melrose #C5B1FA

Tints of Melrose #C5B1FA

Color information

#C5B1FA (or 0xC5B1FA) is unknown color: approx Melrose. HEX triplet: C5, B1 and FA. RGB value is (197,177,250). Sum of RGB (Red+Green+Blue) = 197+177+250=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FA is #3A4E05. Grayscale: #BFBFBF. Windows color (decimal): -3821062 or 16429509. OLE color: 16429509.

HSL color Cylindrical-coordinate representation of color #C5B1FA: hue angle of 256.44º 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 #C5B1FA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197177250-
CMYK0.210.2900.02
HSL256.44º87.95%83.73%-
HSV(B)256.44º29.2%98.04%-
XYZ5650.2297.18-
YUV191.3161.13132.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 177 (69.53% from 255) = 28.37%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=31.57%
G=28.37%
B=40.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971772500.210.2900.02256.4487.9583.73
HexC5B1FA151D021005854
Octal305261372253502400130124
Binary110001011011000111111010101011110101010000000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1FA; }

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

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

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

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

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

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

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

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