Shades of Perfume #C09AFE
Tints of Perfume #C09AFE
RGB
CMYK
RGB Variations
Color information
#C09AFE (or 0xC09AFE) is known color: Perfume. HEX triplet: C0, 9A and FE. RGB value is (192,154,254). Sum of RGB (Red+Green+Blue) = 192+154+254=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C09AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AFE is #3F6501. Grayscale: #B0B0B0. Windows color (decimal): -4154626 or 16685760. OLE color: 16685760.
HSL color Cylindrical-coordinate representation of color #C09AFE: hue angle of 262.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09AFE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 154 | 254 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.00 |
| HSL | 262.8º | 0.98% | 0.8% | - |
| HSV(B) | 262.8º | 0.39% | 1% | - |
| XYZ | 51.18 | 41.47 | 99.07 | - |
| YUV | 176.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 254 | 0.24 | 0.39 | 0 | 0.00 | 262.8 | 0.98 | 0.8 |
| Hex | C0 | 9A | FE | 18 | 27 | 0 | 0 | 107 | 62 | 50 |
| Octal | 300 | 232 | 376 | 30 | 47 | 0 | 0 | 407 | 142 | 120 |
| Binary | 11000000 | 10011010 | 11111110 | 11000 | 100111 | 0 | 0 | 100000111 | 1100010 | 1010000 |
Color Harmonies of #C09AFE
Complementary color
Monochromatic Colors of #C09AFE
Black with #C09AFE
Text Example
Text Example
White with #C09AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AFE; }
p { color: rgb(192,154,254); }
H1.HeaderClassName
{
color: #C09AFE;
}
.AnyTagClassName
{
color: #C09AFE;
}
</style>
background-color css
<style>
a { background-color: #C09AFE; }
a { background-color: rgb(192,154,254); }
div.DivClassName
{
background-color: #C09AFE;
}
.BgClassName
{
background-color: #C09AFE;
}
</style>
border-color css
<style>
span { border-color: #C09AFE; }
span { border-color: rgb(192,154,254); }
td.TdClassName
{
border-color: #C09AFE;
}
.TagClassName
{
border-color: #C09AFE;
}
</style>