#C8B0F1

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

Shades of Melrose #C8B0F1

Tints of Melrose #C8B0F1

Color information

#C8B0F1 (or 0xC8B0F1) is unknown color: approx Melrose. HEX triplet: C8, B0 and F1. RGB value is (200,176,241). Sum of RGB (Red+Green+Blue) = 200+176+241=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0F1 is #374F0E. Grayscale: #BEBEBE. Windows color (decimal): -3624719 or 15839432. OLE color: 15839432.

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

Color convert

RGB200176241-
CMYK0.170.2700.05
HSL262.15º69.89%81.76%-
HSV(B)262.15º26.97%94.51%-
XYZ55.2249.6889.9-
YUV190.59156.45134.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.41%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=32.41%
G=28.53%
B=39.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001762410.170.2700.05262.1569.8981.76
HexC8B0F1111B051064652
Octal310260361213305406106122
Binary1100100010110000111100011000111011010110000011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0F1; }

 p { color: rgb(200,176,241); }

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

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

 a { background-color: rgb(200,176,241); }

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

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

 span { border-color: rgb(200,176,241); }

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