#C8B0F9

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

Shades of Melrose #C8B0F9

Tints of Melrose #C8B0F9

Color information

#C8B0F9 (or 0xC8B0F9) is unknown color: approx Melrose. HEX triplet: C8, B0 and F9. RGB value is (200,176,249). Sum of RGB (Red+Green+Blue) = 200+176+249=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0F9 is #374F06. Grayscale: #BFBFBF. Windows color (decimal): -3624711 or 16363720. OLE color: 16363720.

HSL color Cylindrical-coordinate representation of color #C8B0F9: hue angle of 259.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B0F9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200176249-
CMYK0.200.2900.02
HSL259.73º85.88%83.33%-
HSV(B)259.73º29.32%97.65%-
XYZ56.4450.1796.33-
YUV191.5160.45134.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 176 (69.14% from 255) = 28.16%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=32%
G=28.16%
B=39.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001762490.200.2900.02259.7385.8883.33
HexC8B0F9141D021045653
Octal310260371243502404126123
Binary110010001011000011111001101001110101010000010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0F9; }

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

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

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

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

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

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

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

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