Shades of Moon Raker #C6B3DC
Tints of Moon Raker #C6B3DC
RGB
CMYK
RGB Variations
Color information
#C6B3DC (or 0xC6B3DC) is known color: Moon Raker. HEX triplet: C6, B3 and DC. RGB value is (198,179,220). Sum of RGB (Red+Green+Blue) = 198+179+220=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3DC is #394C23. Grayscale: #BDBDBD. Windows color (decimal): -3755044 or 14463942. OLE color: 14463942.
HSL color Cylindrical-coordinate representation of color #C6B3DC: hue angle of 267.8º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B3DC is Cyan = 0.1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 179 | 220 | - |
| CMYK | 0.1 | 0.19 | 0 | 0.14 |
| HSL | 267.8º | 0.37% | 0.78% | - |
| HSV(B) | 267.8º | 0.19% | 0.86% | - |
| XYZ | 52.33 | 49.41 | 74.49 | - |
| YUV | 189.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 220 | 0.1 | 0.19 | 0 | 0.14 | 267.8 | 0.37 | 0.78 |
| Hex | C6 | B3 | DC | A | 13 | 0 | E | 10C | 25 | 4E |
| Octal | 306 | 263 | 334 | 12 | 23 | 0 | 16 | 414 | 45 | 116 |
| Binary | 11000110 | 10110011 | 11011100 | 1010 | 10011 | 0 | 1110 | 100001100 | 100101 | 1001110 |
Color Harmonies of #C6B3DC
Complementary color
Monochromatic Colors of #C6B3DC
Black with #C6B3DC
Text Example
Text Example
White with #C6B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3DC; }
p { color: rgb(198,179,220); }
H1.HeaderClassName
{
color: #C6B3DC;
}
.AnyTagClassName
{
color: #C6B3DC;
}
</style>
background-color css
<style>
a { background-color: #C6B3DC; }
a { background-color: rgb(198,179,220); }
div.DivClassName
{
background-color: #C6B3DC;
}
.BgClassName
{
background-color: #C6B3DC;
}
</style>
border-color css
<style>
span { border-color: #C6B3DC; }
span { border-color: rgb(198,179,220); }
td.TdClassName
{
border-color: #C6B3DC;
}
.TagClassName
{
border-color: #C6B3DC;
}
</style>