#C8B3F6

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

Shades of Melrose #C8B3F6

Tints of Melrose #C8B3F6

Color information

#C8B3F6 (or 0xC8B3F6) is unknown color: approx Melrose. HEX triplet: C8, B3 and F6. RGB value is (200,179,246). Sum of RGB (Red+Green+Blue) = 200+179+246=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8B3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3F6 is #374C09. Grayscale: #C0C0C0. Windows color (decimal): -3623946 or 16167880. OLE color: 16167880.

HSL color Cylindrical-coordinate representation of color #C8B3F6: hue angle of 258.81º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B3F6 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB200179246-
CMYK0.190.2700.04
HSL258.81º78.82%83.33%-
HSV(B)258.81º27.24%96.47%-
XYZ56.5751.1794.08-
YUV192.92157.96133.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 179 (70.31% from 255) = 28.64%
BLUE value IS 246 (96.48% from 255) = 39.36%
R=32%
G=28.64%
B=39.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2001792460.190.2700.04258.8178.8283.33
HexC8B3F6131B041034f53
Octal310263366233304403117123
Binary1100100010110011111101101001111011010010000001110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3F6; }

 p { color: rgb(200,179,246); }

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

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

 a { background-color: rgb(200,179,246); }

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

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

 span { border-color: rgb(200,179,246); }

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