#C8B3FB

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

Shades of Melrose #C8B3FB

Tints of Melrose #C8B3FB

Color information

#C8B3FB (or 0xC8B3FB) is unknown color: approx Melrose. HEX triplet: C8, B3 and FB. RGB value is (200,179,251). Sum of RGB (Red+Green+Blue) = 200+179+251=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3FB is #374C04. Grayscale: #C1C1C1. Windows color (decimal): -3623941 or 16495560. OLE color: 16495560.

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

Color convert

RGB200179251-
CMYK0.200.2900.02
HSL257.5º90%84.31%-
HSV(B)257.5º28.69%98.43%-
XYZ57.3551.4898.18-
YUV193.49160.46132.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 179 (70.31% from 255) = 28.41%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=31.75%
G=28.41%
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
Decimal2001792510.200.2900.02257.59084.31
HexC8B3FB141D021025a54
Octal310263373243502402132124
Binary110010001011001111111011101001110101010000001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3FB; }

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

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

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

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

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

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

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

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