Shades of Moon Raker #C3B0DB
Tints of Moon Raker #C3B0DB
RGB
CMYK
RGB Variations
Color information
#C3B0DB (or 0xC3B0DB) is known color: Moon Raker. HEX triplet: C3, B0 and DB. RGB value is (195,176,219). Sum of RGB (Red+Green+Blue) = 195+176+219=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0DB is #3C4F24. Grayscale: #BABABA. Windows color (decimal): -3952421 or 14397635. OLE color: 14397635.
HSL color Cylindrical-coordinate representation of color #C3B0DB: hue angle of 266.51º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B0DB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 176 | 219 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.14 |
| HSL | 266.51º | 0.37% | 0.77% | - |
| HSV(B) | 266.51º | 0.2% | 0.86% | - |
| XYZ | 50.82 | 47.77 | 73.56 | - |
| YUV | 186.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 219 | 0.11 | 0.20 | 0 | 0.14 | 266.51 | 0.37 | 0.77 |
| Hex | C3 | B0 | DB | B | 14 | 0 | E | 10B | 25 | 4D |
| Octal | 303 | 260 | 333 | 13 | 24 | 0 | 16 | 413 | 45 | 115 |
| Binary | 11000011 | 10110000 | 11011011 | 1011 | 10100 | 0 | 1110 | 100001011 | 100101 | 1001101 |
Color Harmonies of #C3B0DB
Complementary color
Monochromatic Colors of #C3B0DB
Black with #C3B0DB
Text Example
Text Example
White with #C3B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0DB; }
p { color: rgb(195,176,219); }
H1.HeaderClassName
{
color: #C3B0DB;
}
.AnyTagClassName
{
color: #C3B0DB;
}
</style>
background-color css
<style>
a { background-color: #C3B0DB; }
a { background-color: rgb(195,176,219); }
div.DivClassName
{
background-color: #C3B0DB;
}
.BgClassName
{
background-color: #C3B0DB;
}
</style>
border-color css
<style>
span { border-color: #C3B0DB; }
span { border-color: rgb(195,176,219); }
td.TdClassName
{
border-color: #C3B0DB;
}
.TagClassName
{
border-color: #C3B0DB;
}
</style>