Shades of Perfume #C8A7F6
Tints of Perfume #C8A7F6
RGB
CMYK
RGB Variations
Color information
#C8A7F6 (or 0xC8A7F6) is known color: Perfume. HEX triplet: C8, A7 and F6. RGB value is (200,167,246). Sum of RGB (Red+Green+Blue) = 200+167+246=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8A7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7F6 is #375809. Grayscale: #B9B9B9. Windows color (decimal): -3627018 or 16164808. OLE color: 16164808.
HSL color Cylindrical-coordinate representation of color #C8A7F6: hue angle of 265.06º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8A7F6 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 167 | 246 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.04 |
| HSL | 265.06º | 0.81% | 0.81% | - |
| HSV(B) | 265.06º | 0.32% | 0.96% | - |
| XYZ | 54.27 | 46.57 | 93.32 | - |
| YUV | 185.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 246 | 0.19 | 0.32 | 0 | 0.04 | 265.06 | 0.81 | 0.81 |
| Hex | C8 | A7 | F6 | 13 | 20 | 0 | 4 | 109 | 51 | 51 |
| Octal | 310 | 247 | 366 | 23 | 40 | 0 | 4 | 411 | 121 | 121 |
| Binary | 11001000 | 10100111 | 11110110 | 10011 | 100000 | 0 | 100 | 100001001 | 1010001 | 1010001 |
Color Harmonies of #C8A7F6
Complementary color
Monochromatic Colors of #C8A7F6
Black with #C8A7F6
Text Example
Text Example
White with #C8A7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7F6; }
p { color: rgb(200,167,246); }
H1.HeaderClassName
{
color: #C8A7F6;
}
.AnyTagClassName
{
color: #C8A7F6;
}
</style>
background-color css
<style>
a { background-color: #C8A7F6; }
a { background-color: rgb(200,167,246); }
div.DivClassName
{
background-color: #C8A7F6;
}
.BgClassName
{
background-color: #C8A7F6;
}
</style>
border-color css
<style>
span { border-color: #C8A7F6; }
span { border-color: rgb(200,167,246); }
td.TdClassName
{
border-color: #C8A7F6;
}
.TagClassName
{
border-color: #C8A7F6;
}
</style>