Shades of Moon Raker #C3B0DC
Tints of Moon Raker #C3B0DC
RGB
CMYK
RGB Variations
Color information
#C3B0DC (or 0xC3B0DC) is known color: Moon Raker. HEX triplet: C3, B0 and DC. RGB value is (195,176,220). Sum of RGB (Red+Green+Blue) = 195+176+220=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0DC is #3C4F23. Grayscale: #BABABA. Windows color (decimal): -3952420 or 14463171. OLE color: 14463171.
HSL color Cylindrical-coordinate representation of color #C3B0DC: hue angle of 265.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B0DC is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 176 | 220 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.14 |
| HSL | 265.91º | 0.39% | 0.78% | - |
| HSV(B) | 265.91º | 0.2% | 0.86% | - |
| XYZ | 50.95 | 47.82 | 74.26 | - |
| YUV | 186.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 220 | 0.11 | 0.2 | 0 | 0.14 | 265.91 | 0.39 | 0.78 |
| Hex | C3 | B0 | DC | B | 14 | 0 | E | 10A | 27 | 4E |
| Octal | 303 | 260 | 334 | 13 | 24 | 0 | 16 | 412 | 47 | 116 |
| Binary | 11000011 | 10110000 | 11011100 | 1011 | 10100 | 0 | 1110 | 100001010 | 100111 | 1001110 |
Color Harmonies of #C3B0DC
Complementary color
Monochromatic Colors of #C3B0DC
Black with #C3B0DC
Text Example
Text Example
White with #C3B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0DC; }
p { color: rgb(195,176,220); }
H1.HeaderClassName
{
color: #C3B0DC;
}
.AnyTagClassName
{
color: #C3B0DC;
}
</style>
background-color css
<style>
a { background-color: #C3B0DC; }
a { background-color: rgb(195,176,220); }
div.DivClassName
{
background-color: #C3B0DC;
}
.BgClassName
{
background-color: #C3B0DC;
}
</style>
border-color css
<style>
span { border-color: #C3B0DC; }
span { border-color: rgb(195,176,220); }
td.TdClassName
{
border-color: #C3B0DC;
}
.TagClassName
{
border-color: #C3B0DC;
}
</style>