#C7B2F6

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

Shades of Melrose #C7B2F6

Tints of Melrose #C7B2F6

Color information

#C7B2F6 (or 0xC7B2F6) is unknown color: approx Melrose. HEX triplet: C7, B2 and F6. RGB value is (199,178,246). Sum of RGB (Red+Green+Blue) = 199+178+246=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7B2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B2F6 is #384D09. Grayscale: #BFBFBF. Windows color (decimal): -3689738 or 16167623. OLE color: 16167623.

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

Color convert

RGB199178246-
CMYK0.190.2800.04
HSL258.53º79.07%83.14%-
HSV(B)258.53º27.64%96.47%-
XYZ56.1150.6494.01-
YUV192.03158.46132.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 178 (69.92% from 255) = 28.57%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=31.94%
G=28.57%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991782460.190.2800.04258.5379.0783.14
HexC7B2F6131C041034f53
Octal307262366233404403117123
Binary1100011110110010111101101001111100010010000001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B2F6; }

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

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

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

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

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

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

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

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