Shades of Moon Raker #C3B4D4
Tints of Moon Raker #C3B4D4
RGB
CMYK
RGB Variations
Color information
#C3B4D4 (or 0xC3B4D4) is known color: Moon Raker. HEX triplet: C3, B4 and D4. RGB value is (195,180,212). Sum of RGB (Red+Green+Blue) = 195+180+212=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #C3B4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B4D4 is #3C4B2B. Grayscale: #BCBCBC. Windows color (decimal): -3951404 or 13939907. OLE color: 13939907.
HSL color Cylindrical-coordinate representation of color #C3B4D4: hue angle of 268.12º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B4D4 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 180 | 212 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.17 |
| HSL | 268.13º | 0.27% | 0.77% | - |
| HSV(B) | 268.13º | 0.15% | 0.83% | - |
| XYZ | 50.71 | 49 | 69.07 | - |
| YUV | 188.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 212 | 0.08 | 0.15 | 0 | 0.17 | 268.13 | 0.27 | 0.77 |
| Hex | C3 | B4 | D4 | 8 | F | 0 | 11 | 10C | 1B | 4D |
| Octal | 303 | 264 | 324 | 10 | 17 | 0 | 21 | 414 | 33 | 115 |
| Binary | 11000011 | 10110100 | 11010100 | 1000 | 1111 | 0 | 10001 | 100001100 | 11011 | 1001101 |
Color Harmonies of #C3B4D4
Complementary color
Monochromatic Colors of #C3B4D4
Black with #C3B4D4
Text Example
Text Example
White with #C3B4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4D4; }
p { color: rgb(195,180,212); }
H1.HeaderClassName
{
color: #C3B4D4;
}
.AnyTagClassName
{
color: #C3B4D4;
}
</style>
background-color css
<style>
a { background-color: #C3B4D4; }
a { background-color: rgb(195,180,212); }
div.DivClassName
{
background-color: #C3B4D4;
}
.BgClassName
{
background-color: #C3B4D4;
}
</style>
border-color css
<style>
span { border-color: #C3B4D4; }
span { border-color: rgb(195,180,212); }
td.TdClassName
{
border-color: #C3B4D4;
}
.TagClassName
{
border-color: #C3B4D4;
}
</style>