#C8B1FC

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

Shades of Melrose #C8B1FC

Tints of Melrose #C8B1FC

Color information

#C8B1FC (or 0xC8B1FC) is unknown color: approx Melrose. HEX triplet: C8, B1 and FC. RGB value is (200,177,252). Sum of RGB (Red+Green+Blue) = 200+177+252=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B1FC is #374E03. Grayscale: #C0C0C0. Windows color (decimal): -3624452 or 16560584. OLE color: 16560584.

HSL color Cylindrical-coordinate representation of color #C8B1FC: hue angle of 258.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B1FC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200177252-
CMYK0.210.3000.01
HSL258.4º92.59%84.12%-
HSV(B)258.4º29.76%98.82%-
XYZ57.1150.7598.88-
YUV192.43161.62133.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 177 (69.53% from 255) = 28.14%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=31.80%
G=28.14%
B=40.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001772520.210.3000.01258.492.5984.12
HexC8B1FC151E011025d54
Octal310261374253601402135124
Binary11001000101100011111110010101111100110000001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1FC; }

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

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

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

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

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

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

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

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