#C7B1FD

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

Shades of Melrose #C7B1FD

Tints of Melrose #C7B1FD

Color information

#C7B1FD (or 0xC7B1FD) is unknown color: approx Melrose. HEX triplet: C7, B1 and FD. RGB value is (199,177,253). Sum of RGB (Red+Green+Blue) = 199+177+253=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B1FD is #384E02. Grayscale: #BFBFBF. Windows color (decimal): -3689987 or 16626119. OLE color: 16626119.

HSL color Cylindrical-coordinate representation of color #C7B1FD: hue angle of 257.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7B1FD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199177253-
CMYK0.210.3000.01
HSL257.37º95%84.31%-
HSV(B)257.37º30.04%99.22%-
XYZ5750.6899.71-
YUV192.24162.29132.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 177 (69.53% from 255) = 28.14%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=31.64%
G=28.14%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991772530.210.3000.01257.379584.31
HexC7B1FD151E011015f54
Octal307261375253601401137124
Binary11000111101100011111110110101111100110000000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B1FD; }

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

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

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

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

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

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

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

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