#C8B1FA

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

Shades of Melrose #C8B1FA

Tints of Melrose #C8B1FA

Color information

#C8B1FA (or 0xC8B1FA) is unknown color: approx Melrose. HEX triplet: C8, B1 and FA. RGB value is (200,177,250). Sum of RGB (Red+Green+Blue) = 200+177+250=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1FA is #374E05. Grayscale: #BFBFBF. Windows color (decimal): -3624454 or 16429512. OLE color: 16429512.

HSL color Cylindrical-coordinate representation of color #C8B1FA: hue angle of 258.9º degrees, saturation: 0.88, 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 #C8B1FA is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200177250-
CMYK0.20.2900.02
HSL258.9º87.95%83.73%-
HSV(B)258.9º29.2%98.04%-
XYZ56.850.6397.22-
YUV192.2160.62133.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=31.90%
G=28.23%
B=39.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001772500.20.2900.02258.987.9583.73
HexC8B1FA141D021035854
Octal310261372243502403130124
Binary110010001011000111111010101001110101010000001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1FA; }

 p { color: rgb(200,177,250); }

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

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

 a { background-color: rgb(200,177,250); }

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

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

 span { border-color: rgb(200,177,250); }

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