Shades of Moon Raker #C1AFDC
Tints of Moon Raker #C1AFDC
RGB
CMYK
RGB Variations
Color information
#C1AFDC (or 0xC1AFDC) is known color: Moon Raker. HEX triplet: C1, AF and DC. RGB value is (193,175,220). Sum of RGB (Red+Green+Blue) = 193+175+220=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFDC is #3E5023. Grayscale: #B9B9B9. Windows color (decimal): -4083748 or 14462913. OLE color: 14462913.
HSL color Cylindrical-coordinate representation of color #C1AFDC: hue angle of 264º degrees, saturation: 0.39, 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 #C1AFDC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 175 | 220 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.14 |
| HSL | 264º | 0.39% | 0.77% | - |
| HSV(B) | 264º | 0.2% | 0.86% | - |
| XYZ | 50.24 | 47.16 | 74.17 | - |
| YUV | 185.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 220 | 0.12 | 0.20 | 0 | 0.14 | 264 | 0.39 | 0.77 |
| Hex | C1 | AF | DC | C | 14 | 0 | E | 108 | 27 | 4D |
| Octal | 301 | 257 | 334 | 14 | 24 | 0 | 16 | 410 | 47 | 115 |
| Binary | 11000001 | 10101111 | 11011100 | 1100 | 10100 | 0 | 1110 | 100001000 | 100111 | 1001101 |
Color Harmonies of #C1AFDC
Complementary color
Monochromatic Colors of #C1AFDC
Black with #C1AFDC
Text Example
Text Example
White with #C1AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFDC; }
p { color: rgb(193,175,220); }
H1.HeaderClassName
{
color: #C1AFDC;
}
.AnyTagClassName
{
color: #C1AFDC;
}
</style>
background-color css
<style>
a { background-color: #C1AFDC; }
a { background-color: rgb(193,175,220); }
div.DivClassName
{
background-color: #C1AFDC;
}
.BgClassName
{
background-color: #C1AFDC;
}
</style>
border-color css
<style>
span { border-color: #C1AFDC; }
span { border-color: rgb(193,175,220); }
td.TdClassName
{
border-color: #C1AFDC;
}
.TagClassName
{
border-color: #C1AFDC;
}
</style>