Shades of Perfume #C8AFED
Tints of Perfume #C8AFED
RGB
CMYK
RGB Variations
Color information
#C8AFED (or 0xC8AFED) is known color: Perfume. HEX triplet: C8, AF and ED. RGB value is (200,175,237). Sum of RGB (Red+Green+Blue) = 200+175+237=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFED is #375012. Grayscale: #BDBDBD. Windows color (decimal): -3624979 or 15577032. OLE color: 15577032.
HSL color Cylindrical-coordinate representation of color #C8AFED: hue angle of 264.19º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AFED is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 175 | 237 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.07 |
| HSL | 264.19º | 0.63% | 0.81% | - |
| HSV(B) | 264.19º | 0.26% | 0.93% | - |
| XYZ | 54.44 | 49.05 | 86.72 | - |
| YUV | 189.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 237 | 0.16 | 0.26 | 0 | 0.07 | 264.19 | 0.63 | 0.81 |
| Hex | C8 | AF | ED | 10 | 1A | 0 | 7 | 108 | 3F | 51 |
| Octal | 310 | 257 | 355 | 20 | 32 | 0 | 7 | 410 | 77 | 121 |
| Binary | 11001000 | 10101111 | 11101101 | 10000 | 11010 | 0 | 111 | 100001000 | 111111 | 1010001 |
Color Harmonies of #C8AFED
Complementary color
Monochromatic Colors of #C8AFED
Black with #C8AFED
Text Example
Text Example
White with #C8AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFED; }
p { color: rgb(200,175,237); }
H1.HeaderClassName
{
color: #C8AFED;
}
.AnyTagClassName
{
color: #C8AFED;
}
</style>
background-color css
<style>
a { background-color: #C8AFED; }
a { background-color: rgb(200,175,237); }
div.DivClassName
{
background-color: #C8AFED;
}
.BgClassName
{
background-color: #C8AFED;
}
</style>
border-color css
<style>
span { border-color: #C8AFED; }
span { border-color: rgb(200,175,237); }
td.TdClassName
{
border-color: #C8AFED;
}
.TagClassName
{
border-color: #C8AFED;
}
</style>