#C7BFF1

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

Shades of Melrose #C7BFF1

Tints of Melrose #C7BFF1

Color information

#C7BFF1 (or 0xC7BFF1) is unknown color: approx Melrose. HEX triplet: C7, BF and F1. RGB value is (199,191,241). Sum of RGB (Red+Green+Blue) = 199+191+241=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF1 is #38400E. Grayscale: #C6C6C6. Windows color (decimal): -3686415 or 15843271. OLE color: 15843271.

HSL color Cylindrical-coordinate representation of color #C7BFF1: hue angle of 249.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BFF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199191241-
CMYK0.170.2100.05
HSL249.6º64.1%84.71%-
HSV(B)249.6º20.75%94.51%-
XYZ58.0655.7590.92-
YUV199.09151.65127.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=31.54%
G=30.27%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991912410.170.2100.05249.664.184.71
HexC7BFF1111505fa4055
Octal307277361212505372100125
Binary110001111011111111110001100011010101011111101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFF1; }

 p { color: rgb(199,191,241); }

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

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

 a { background-color: rgb(199,191,241); }

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

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

 span { border-color: rgb(199,191,241); }

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