#C4B1FC

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

Shades of Melrose #C4B1FC

Tints of Melrose #C4B1FC

Color information

#C4B1FC (or 0xC4B1FC) is unknown color: approx Melrose. HEX triplet: C4, B1 and FC. RGB value is (196,177,252). Sum of RGB (Red+Green+Blue) = 196+177+252=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1FC is #3B4E03. Grayscale: #BEBEBE. Windows color (decimal): -3886596 or 16560580. OLE color: 16560580.

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

Color convert

RGB196177252-
CMYK0.220.3000.01
HSL255.2º92.59%84.12%-
HSV(B)255.2º29.76%98.82%-
XYZ56.0650.2198.83-
YUV191.23162.29131.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 177 (69.53% from 255) = 28.32%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=31.36%
G=28.32%
B=40.32%

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
Decimal1961772520.220.3000.01255.292.5984.12
HexC4B1FC161E01ff5d54
Octal304261374263601377135124
Binary1100010010110001111111001011011110011111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1FC; }

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

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

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

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

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

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

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

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