Shades of Perfume #C09DFF
Tints of Perfume #C09DFF
RGB
CMYK
RGB Variations
Color information
#C09DFF (or 0xC09DFF) is known color: Perfume. HEX triplet: C0, 9D and FF. RGB value is (192,157,255). Sum of RGB (Red+Green+Blue) = 192+157+255=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C09DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFF is #3F6200. Grayscale: #B2B2B2. Windows color (decimal): -4153857 or 16752064. OLE color: 16752064.
HSL color Cylindrical-coordinate representation of color #C09DFF: hue angle of 261.43º 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 #C09DFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 157 | 255 | - |
| CMYK | 0.25 | 0.38 | 0 | 0 |
| HSL | 261.43º | 1% | 0.81% | - |
| HSV(B) | 261.43º | 0.38% | 1% | - |
| XYZ | 51.85 | 42.54 | 100.09 | - |
| YUV | 178.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 255 | 0.25 | 0.38 | 0 | 0 | 261.43 | 1 | 0.81 |
| Hex | C0 | 9D | FF | 19 | 26 | 0 | 0 | 105 | 64 | 51 |
| Octal | 300 | 235 | 377 | 31 | 46 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000000 | 10011101 | 11111111 | 11001 | 100110 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C09DFF
Complementary color
Monochromatic Colors of #C09DFF
Black with #C09DFF
Text Example
Text Example
White with #C09DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DFF; }
p { color: rgb(192,157,255); }
H1.HeaderClassName
{
color: #C09DFF;
}
.AnyTagClassName
{
color: #C09DFF;
}
</style>
background-color css
<style>
a { background-color: #C09DFF; }
a { background-color: rgb(192,157,255); }
div.DivClassName
{
background-color: #C09DFF;
}
.BgClassName
{
background-color: #C09DFF;
}
</style>
border-color css
<style>
span { border-color: #C09DFF; }
span { border-color: rgb(192,157,255); }
td.TdClassName
{
border-color: #C09DFF;
}
.TagClassName
{
border-color: #C09DFF;
}
</style>