#C5B1FD

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

Shades of Melrose #C5B1FD

Tints of Melrose #C5B1FD

Color information

#C5B1FD (or 0xC5B1FD) is unknown color: approx Melrose. HEX triplet: C5, B1 and FD. RGB value is (197,177,253). Sum of RGB (Red+Green+Blue) = 197+177+253=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FD is #3A4E02. Grayscale: #BFBFBF. Windows color (decimal): -3821059 or 16626117. OLE color: 16626117.

HSL color Cylindrical-coordinate representation of color #C5B1FD: hue angle of 255.79º degrees, saturation: 0.95, 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 #C5B1FD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197177253-
CMYK0.220.3000.01
HSL255.79º95%84.31%-
HSV(B)255.79º30.04%99.22%-
XYZ56.4850.4199.68-
YUV191.64162.63131.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=31.42%
G=28.23%
B=40.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971772530.220.3000.01255.799584.31
HexC5B1FD161E011005f54
Octal305261375263601400137124
Binary11000101101100011111110110110111100110000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1FD; }

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

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

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

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

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

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

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

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