#C4B1F9

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

Shades of Melrose #C4B1F9

Tints of Melrose #C4B1F9

Color information

#C4B1F9 (or 0xC4B1F9) is unknown color: approx Melrose. HEX triplet: C4, B1 and F9. RGB value is (196,177,249). Sum of RGB (Red+Green+Blue) = 196+177+249=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4B1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1F9 is #3B4E06. Grayscale: #BEBEBE. Windows color (decimal): -3886599 or 16363972. OLE color: 16363972.

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

Color convert

RGB196177249-
CMYK0.210.2900.02
HSL255.83º85.71%83.53%-
HSV(B)255.83º28.92%97.65%-
XYZ55.5950.0296.35-
YUV190.89160.79131.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=31.51%
G=28.46%
B=40.03%

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
Decimal1961772490.210.2900.02255.8385.7183.53
HexC4B1F9151D021005654
Octal304261371253502400126124
Binary110001001011000111111001101011110101010000000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1F9; }

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

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

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

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

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

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

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

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