Shades of Melrose #C8B4FD
Tints of Melrose #C8B4FD
RGB
CMYK
RGB Variations
Color information
#C8B4FD (or 0xC8B4FD) is known color: Melrose. HEX triplet: C8, B4 and FD. RGB value is (200,180,253). Sum of RGB (Red+Green+Blue) = 200+180+253=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4FD is #374B02. Grayscale: #C2C2C2. Windows color (decimal): -3623683 or 16626888. OLE color: 16626888.
HSL color Cylindrical-coordinate representation of color #C8B4FD: hue angle of 256.44º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B4FD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 180 | 253 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.01 |
| HSL | 256.44º | 0.95% | 0.85% | - |
| HSV(B) | 256.44º | 0.29% | 0.99% | - |
| XYZ | 57.87 | 52.01 | 99.92 | - |
| YUV | 194.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 253 | 0.21 | 0.29 | 0 | 0.01 | 256.44 | 0.95 | 0.85 |
| Hex | C8 | B4 | FD | 15 | 1D | 0 | 1 | 100 | 5F | 55 |
| Octal | 310 | 264 | 375 | 25 | 35 | 0 | 1 | 400 | 137 | 125 |
| Binary | 11001000 | 10110100 | 11111101 | 10101 | 11101 | 0 | 1 | 100000000 | 1011111 | 1010101 |
Color Harmonies of #C8B4FD
Complementary color
Monochromatic Colors of #C8B4FD
Black with #C8B4FD
Text Example
Text Example
White with #C8B4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B4FD; }
p { color: rgb(200,180,253); }
H1.HeaderClassName
{
color: #C8B4FD;
}
.AnyTagClassName
{
color: #C8B4FD;
}
</style>
background-color css
<style>
a { background-color: #C8B4FD; }
a { background-color: rgb(200,180,253); }
div.DivClassName
{
background-color: #C8B4FD;
}
.BgClassName
{
background-color: #C8B4FD;
}
</style>
border-color css
<style>
span { border-color: #C8B4FD; }
span { border-color: rgb(200,180,253); }
td.TdClassName
{
border-color: #C8B4FD;
}
.TagClassName
{
border-color: #C8B4FD;
}
</style>