Shades of Melrose #C6B2FD
Tints of Melrose #C6B2FD
RGB
CMYK
RGB Variations
Color information
#C6B2FD (or 0xC6B2FD) is known color: Melrose. HEX triplet: C6, B2 and FD. RGB value is (198,178,253). Sum of RGB (Red+Green+Blue) = 198+178+253=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2FD is #394D02. Grayscale: #C0C0C0. Windows color (decimal): -3755267 or 16626374. OLE color: 16626374.
HSL color Cylindrical-coordinate representation of color #C6B2FD: hue angle of 256º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6B2FD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 178 | 253 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.01 |
| HSL | 256º | 0.95% | 0.85% | - |
| HSV(B) | 256º | 0.3% | 0.99% | - |
| XYZ | 56.94 | 50.94 | 99.76 | - |
| YUV | 192.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 253 | 0.22 | 0.30 | 0 | 0.01 | 256 | 0.95 | 0.85 |
| Hex | C6 | B2 | FD | 16 | 1E | 0 | 1 | 100 | 5F | 55 |
| Octal | 306 | 262 | 375 | 26 | 36 | 0 | 1 | 400 | 137 | 125 |
| Binary | 11000110 | 10110010 | 11111101 | 10110 | 11110 | 0 | 1 | 100000000 | 1011111 | 1010101 |
Color Harmonies of #C6B2FD
Complementary color
Monochromatic Colors of #C6B2FD
Black with #C6B2FD
Text Example
Text Example
White with #C6B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2FD; }
p { color: rgb(198,178,253); }
H1.HeaderClassName
{
color: #C6B2FD;
}
.AnyTagClassName
{
color: #C6B2FD;
}
</style>
background-color css
<style>
a { background-color: #C6B2FD; }
a { background-color: rgb(198,178,253); }
div.DivClassName
{
background-color: #C6B2FD;
}
.BgClassName
{
background-color: #C6B2FD;
}
</style>
border-color css
<style>
span { border-color: #C6B2FD; }
span { border-color: rgb(198,178,253); }
td.TdClassName
{
border-color: #C6B2FD;
}
.TagClassName
{
border-color: #C6B2FD;
}
</style>