#C7B0FE

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

Shades of Melrose #C7B0FE

Tints of Melrose #C7B0FE

Color information

#C7B0FE (or 0xC7B0FE) is unknown color: approx Melrose. HEX triplet: C7, B0 and FE. RGB value is (199,176,254). Sum of RGB (Red+Green+Blue) = 199+176+254=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0FE is #384F01. Grayscale: #BFBFBF. Windows color (decimal): -3690242 or 16691399. OLE color: 16691399.

HSL color Cylindrical-coordinate representation of color #C7B0FE: hue angle of 257.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7B0FE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199176254-
CMYK0.220.3100.00
HSL257.69º97.5%84.31%-
HSV(B)257.69º30.71%99.61%-
XYZ56.9750.35100.48-
YUV191.77163.12133.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=31.64%
G=27.98%
B=40.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991762540.220.3100.00257.6997.584.31
HexC7B0FE161F001026254
Octal307260376263700402142124
Binary11000111101100001111111010110111110010000001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0FE; }

 p { color: rgb(199,176,254); }

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

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

 a { background-color: rgb(199,176,254); }

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

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

 span { border-color: rgb(199,176,254); }

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