Shades of Perfume #C6A8FA
Tints of Perfume #C6A8FA
RGB
CMYK
RGB Variations
Color information
#C6A8FA (or 0xC6A8FA) is known color: Perfume. HEX triplet: C6, A8 and FA. RGB value is (198,168,250). Sum of RGB (Red+Green+Blue) = 198+168+250=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A8FA is #395705. Grayscale: #BABABA. Windows color (decimal): -3757830 or 16427206. OLE color: 16427206.
HSL color Cylindrical-coordinate representation of color #C6A8FA: hue angle of 261.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6A8FA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 168 | 250 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.02 |
| HSL | 261.95º | 0.89% | 0.82% | - |
| HSV(B) | 261.95º | 0.33% | 0.98% | - |
| XYZ | 54.55 | 46.91 | 96.62 | - |
| YUV | 186.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 250 | 0.21 | 0.33 | 0 | 0.02 | 261.95 | 0.89 | 0.82 |
| Hex | C6 | A8 | FA | 15 | 21 | 0 | 2 | 106 | 59 | 52 |
| Octal | 306 | 250 | 372 | 25 | 41 | 0 | 2 | 406 | 131 | 122 |
| Binary | 11000110 | 10101000 | 11111010 | 10101 | 100001 | 0 | 10 | 100000110 | 1011001 | 1010010 |
Color Harmonies of #C6A8FA
Complementary color
Monochromatic Colors of #C6A8FA
Black with #C6A8FA
Text Example
Text Example
White with #C6A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8FA; }
p { color: rgb(198,168,250); }
H1.HeaderClassName
{
color: #C6A8FA;
}
.AnyTagClassName
{
color: #C6A8FA;
}
</style>
background-color css
<style>
a { background-color: #C6A8FA; }
a { background-color: rgb(198,168,250); }
div.DivClassName
{
background-color: #C6A8FA;
}
.BgClassName
{
background-color: #C6A8FA;
}
</style>
border-color css
<style>
span { border-color: #C6A8FA; }
span { border-color: rgb(198,168,250); }
td.TdClassName
{
border-color: #C6A8FA;
}
.TagClassName
{
border-color: #C6A8FA;
}
</style>