Shades of Perfume #C09EFF
Tints of Perfume #C09EFF
RGB
CMYK
RGB Variations
Color information
#C09EFF (or 0xC09EFF) is known color: Perfume. HEX triplet: C0, 9E and FF. RGB value is (192,158,255). Sum of RGB (Red+Green+Blue) = 192+158+255=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C09EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFF is #3F6100. Grayscale: #B2B2B2. Windows color (decimal): -4153601 or 16752320. OLE color: 16752320.
HSL color Cylindrical-coordinate representation of color #C09EFF: hue angle of 261.03º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09EFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 158 | 255 | - |
| CMYK | 0.25 | 0.38 | 0 | 0 |
| HSL | 261.03º | 1% | 0.81% | - |
| HSV(B) | 261.03º | 0.38% | 1% | - |
| XYZ | 52.02 | 42.88 | 100.14 | - |
| YUV | 179.22 | 170.76 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 255 | 0.25 | 0.38 | 0 | 0 | 261.03 | 1 | 0.81 |
| Hex | C0 | 9E | FF | 19 | 26 | 0 | 0 | 105 | 64 | 51 |
| Octal | 300 | 236 | 377 | 31 | 46 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000000 | 10011110 | 11111111 | 11001 | 100110 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C09EFF
Complementary color
Monochromatic Colors of #C09EFF
Black with #C09EFF
Text Example
Text Example
White with #C09EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EFF; }
p { color: rgb(192,158,255); }
H1.HeaderClassName
{
color: #C09EFF;
}
.AnyTagClassName
{
color: #C09EFF;
}
</style>
background-color css
<style>
a { background-color: #C09EFF; }
a { background-color: rgb(192,158,255); }
div.DivClassName
{
background-color: #C09EFF;
}
.BgClassName
{
background-color: #C09EFF;
}
</style>
border-color css
<style>
span { border-color: #C09EFF; }
span { border-color: rgb(192,158,255); }
td.TdClassName
{
border-color: #C09EFF;
}
.TagClassName
{
border-color: #C09EFF;
}
</style>