Shades of Moon Raker #C4AFE4
Tints of Moon Raker #C4AFE4
RGB
CMYK
RGB Variations
Color information
#C4AFE4 (or 0xC4AFE4) is known color: Moon Raker. HEX triplet: C4, AF and E4. RGB value is (196,175,228). Sum of RGB (Red+Green+Blue) = 196+175+228=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #C4AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFE4 is #3B501B. Grayscale: #BBBBBB. Windows color (decimal): -3887132 or 14987204. OLE color: 14987204.
HSL color Cylindrical-coordinate representation of color #C4AFE4: hue angle of 263.77º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4AFE4 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 175 | 228 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.11 |
| HSL | 263.77º | 0.5% | 0.79% | - |
| HSV(B) | 263.77º | 0.23% | 0.89% | - |
| XYZ | 52.1 | 48 | 79.92 | - |
| YUV | 187.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 228 | 0.14 | 0.23 | 0 | 0.11 | 263.77 | 0.5 | 0.79 |
| Hex | C4 | AF | E4 | E | 17 | 0 | B | 108 | 32 | 4F |
| Octal | 304 | 257 | 344 | 16 | 27 | 0 | 13 | 410 | 62 | 117 |
| Binary | 11000100 | 10101111 | 11100100 | 1110 | 10111 | 0 | 1011 | 100001000 | 110010 | 1001111 |
Color Harmonies of #C4AFE4
Complementary color
Monochromatic Colors of #C4AFE4
Black with #C4AFE4
Text Example
Text Example
White with #C4AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFE4; }
p { color: rgb(196,175,228); }
H1.HeaderClassName
{
color: #C4AFE4;
}
.AnyTagClassName
{
color: #C4AFE4;
}
</style>
background-color css
<style>
a { background-color: #C4AFE4; }
a { background-color: rgb(196,175,228); }
div.DivClassName
{
background-color: #C4AFE4;
}
.BgClassName
{
background-color: #C4AFE4;
}
</style>
border-color css
<style>
span { border-color: #C4AFE4; }
span { border-color: rgb(196,175,228); }
td.TdClassName
{
border-color: #C4AFE4;
}
.TagClassName
{
border-color: #C4AFE4;
}
</style>