Shades of Perfume #C09EFE
Tints of Perfume #C09EFE
RGB
CMYK
RGB Variations
Color information
#C09EFE (or 0xC09EFE) is known color: Perfume. HEX triplet: C0, 9E and FE. RGB value is (192,158,254). Sum of RGB (Red+Green+Blue) = 192+158+254=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C09EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFE is #3F6101. Grayscale: #B2B2B2. Windows color (decimal): -4153602 or 16686784. OLE color: 16686784.
HSL color Cylindrical-coordinate representation of color #C09EFE: hue angle of 261.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09EFE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 158 | 254 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.00 |
| HSL | 261.25º | 0.98% | 0.81% | - |
| HSV(B) | 261.25º | 0.38% | 1% | - |
| XYZ | 51.85 | 42.82 | 99.3 | - |
| YUV | 179.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 254 | 0.24 | 0.38 | 0 | 0.00 | 261.25 | 0.98 | 0.81 |
| Hex | C0 | 9E | FE | 18 | 26 | 0 | 0 | 105 | 62 | 51 |
| Octal | 300 | 236 | 376 | 30 | 46 | 0 | 0 | 405 | 142 | 121 |
| Binary | 11000000 | 10011110 | 11111110 | 11000 | 100110 | 0 | 0 | 100000101 | 1100010 | 1010001 |
Color Harmonies of #C09EFE
Complementary color
Monochromatic Colors of #C09EFE
Black with #C09EFE
Text Example
Text Example
White with #C09EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EFE; }
p { color: rgb(192,158,254); }
H1.HeaderClassName
{
color: #C09EFE;
}
.AnyTagClassName
{
color: #C09EFE;
}
</style>
background-color css
<style>
a { background-color: #C09EFE; }
a { background-color: rgb(192,158,254); }
div.DivClassName
{
background-color: #C09EFE;
}
.BgClassName
{
background-color: #C09EFE;
}
</style>
border-color css
<style>
span { border-color: #C09EFE; }
span { border-color: rgb(192,158,254); }
td.TdClassName
{
border-color: #C09EFE;
}
.TagClassName
{
border-color: #C09EFE;
}
</style>