#c7b7f6

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

Shades of Melrose #C7B7F6

Tints of Melrose #C7B7F6

Color information

#C7B7F6 (or 0xC7B7F6) is unknown color: approx Melrose. HEX triplet: C7, B7 and F6. RGB value is (199,183,246). Sum of RGB (Red+Green+Blue) = 199+183+246=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7F6 is #384809. Grayscale: #C2C2C2. Windows color (decimal): -3688458 or 16168903. OLE color: 16168903.

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

Color convert

RGB199183246-
CMYK0.190.2600.04
HSL255.24º77.78%84.12%-
HSV(B)255.24º25.61%96.47%-
XYZ57.1252.6694.34-
YUV194.97156.8130.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 183 (71.88% from 255) = 29.14%
BLUE value IS 246 (96.48% from 255) = 39.17%
R=31.69%
G=29.14%
B=39.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991832460.190.2600.04255.2477.7884.12
HexC7B7F6131A04ff4e54
Octal307267366233204377116124
Binary110001111011011111110110100111101001001111111110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b7f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b7f6; }

 p { color: rgb(199,183,246); }

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

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

 a { background-color: rgb(199,183,246); }

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

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

 span { border-color: rgb(199,183,246); }

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