#C7B5F4

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

Shades of Melrose #C7B5F4

Tints of Melrose #C7B5F4

Color information

#C7B5F4 (or 0xC7B5F4) is unknown color: approx Melrose. HEX triplet: C7, B5 and F4. RGB value is (199,181,244). Sum of RGB (Red+Green+Blue) = 199+181+244=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #C7B5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5F4 is #384A0B. Grayscale: #C1C1C1. Windows color (decimal): -3688972 or 16037319. OLE color: 16037319.

HSL color Cylindrical-coordinate representation of color #C7B5F4: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7B5F4 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199181244-
CMYK0.180.2600.04
HSL257.14º74.12%83.33%-
HSV(B)257.14º25.82%95.69%-
XYZ56.4151.7292.6-
YUV193.56156.46131.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=31.89%
G=29.01%
B=39.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991812440.180.2600.04257.1474.1283.33
HexC7B5F4121A041014a53
Octal307265364223204401112123
Binary1100011110110101111101001001011010010010000000110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5F4; }

 p { color: rgb(199,181,244); }

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

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

 a { background-color: rgb(199,181,244); }

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

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

 span { border-color: rgb(199,181,244); }

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