#C8B3FE

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

Shades of Melrose #C8B3FE

Tints of Melrose #C8B3FE

Color information

#C8B3FE (or 0xC8B3FE) is unknown color: approx Melrose. HEX triplet: C8, B3 and FE. RGB value is (200,179,254). Sum of RGB (Red+Green+Blue) = 200+179+254=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3FE is #374C01. Grayscale: #C1C1C1. Windows color (decimal): -3623938 or 16692168. OLE color: 16692168.

HSL color Cylindrical-coordinate representation of color #C8B3FE: hue angle of 256.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B3FE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200179254-
CMYK0.210.3000.00
HSL256.8º97.4%84.9%-
HSV(B)256.8º29.53%99.61%-
XYZ57.8351.68100.69-
YUV193.83161.96132.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=31.60%
G=28.28%
B=40.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001792540.210.3000.00256.897.484.9
HexC8B3FE151E001016155
Octal310263376253600401141125
Binary11001000101100111111111010101111100010000000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3FE; }

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

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

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

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

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

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

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

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