#C7B1EA

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

Shades of Melrose #C7B1EA

Tints of Melrose #C7B1EA

Color information

#C7B1EA (or 0xC7B1EA) is unknown color: approx Melrose. HEX triplet: C7, B1 and EA. RGB value is (199,177,234). Sum of RGB (Red+Green+Blue) = 199+177+234=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1EA is #384E15. Grayscale: #BDBDBD. Windows color (decimal): -3690006 or 15380935. OLE color: 15380935.

HSL color Cylindrical-coordinate representation of color #C7B1EA: hue angle of 263.16º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B1EA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199177234-
CMYK0.150.2400.08
HSL263.16º57.58%80.59%-
HSV(B)263.16º24.36%91.76%-
XYZ54.1349.5384.55-
YUV190.08152.79134.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=32.62%
G=29.02%
B=38.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991772340.150.2400.08263.1657.5880.59
HexC7B1EAF18081073a51
Octal307261352173001040772121
Binary110001111011000111101010111111000010001000001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1EA; }

 p { color: rgb(199,177,234); }

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

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

 a { background-color: rgb(199,177,234); }

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

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

 span { border-color: rgb(199,177,234); }

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