Shades of Perfume #C8A3F8
Tints of Perfume #C8A3F8
RGB
CMYK
RGB Variations
Color information
#C8A3F8 (or 0xC8A3F8) is known color: Perfume. HEX triplet: C8, A3 and F8. RGB value is (200,163,248). Sum of RGB (Red+Green+Blue) = 200+163+248=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8A3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A3F8 is #375C07. Grayscale: #B7B7B7. Windows color (decimal): -3628040 or 16294856. OLE color: 16294856.
HSL color Cylindrical-coordinate representation of color #C8A3F8: hue angle of 266.12º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A3F8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 163 | 248 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.03 |
| HSL | 266.12º | 0.86% | 0.81% | - |
| HSV(B) | 266.12º | 0.34% | 0.97% | - |
| XYZ | 53.86 | 45.25 | 94.7 | - |
| YUV | 183.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 248 | 0.19 | 0.34 | 0 | 0.03 | 266.12 | 0.86 | 0.81 |
| Hex | C8 | A3 | F8 | 13 | 22 | 0 | 3 | 10A | 56 | 51 |
| Octal | 310 | 243 | 370 | 23 | 42 | 0 | 3 | 412 | 126 | 121 |
| Binary | 11001000 | 10100011 | 11111000 | 10011 | 100010 | 0 | 11 | 100001010 | 1010110 | 1010001 |
Color Harmonies of #C8A3F8
Complementary color
Monochromatic Colors of #C8A3F8
Black with #C8A3F8
Text Example
Text Example
White with #C8A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A3F8; }
p { color: rgb(200,163,248); }
H1.HeaderClassName
{
color: #C8A3F8;
}
.AnyTagClassName
{
color: #C8A3F8;
}
</style>
background-color css
<style>
a { background-color: #C8A3F8; }
a { background-color: rgb(200,163,248); }
div.DivClassName
{
background-color: #C8A3F8;
}
.BgClassName
{
background-color: #C8A3F8;
}
</style>
border-color css
<style>
span { border-color: #C8A3F8; }
span { border-color: rgb(200,163,248); }
td.TdClassName
{
border-color: #C8A3F8;
}
.TagClassName
{
border-color: #C8A3F8;
}
</style>