#C8B0FA

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

Shades of Melrose #C8B0FA

Tints of Melrose #C8B0FA

Color information

#C8B0FA (or 0xC8B0FA) is unknown color: approx Melrose. HEX triplet: C8, B0 and FA. RGB value is (200,176,250). Sum of RGB (Red+Green+Blue) = 200+176+250=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0FA is #374F05. Grayscale: #BFBFBF. Windows color (decimal): -3624710 or 16429256. OLE color: 16429256.

HSL color Cylindrical-coordinate representation of color #C8B0FA: hue angle of 259.46º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B0FA is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200176250-
CMYK0.20.3000.02
HSL259.46º88.1%83.53%-
HSV(B)259.46º29.6%98.04%-
XYZ56.650.2397.16-
YUV191.61160.95133.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 176 (69.14% from 255) = 28.12%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=31.95%
G=28.12%
B=39.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001762500.20.3000.02259.4688.183.53
HexC8B0FA141E021035854
Octal310260372243602403130124
Binary110010001011000011111010101001111001010000001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0FA; }

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

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

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

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

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

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

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

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