Shades of Perfume #C09DFC
Tints of Perfume #C09DFC
RGB
CMYK
RGB Variations
Color information
#C09DFC (or 0xC09DFC) is known color: Perfume. HEX triplet: C0, 9D and FC. RGB value is (192,157,252). Sum of RGB (Red+Green+Blue) = 192+157+252=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C09DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFC is #3F6203. Grayscale: #B1B1B1. Windows color (decimal): -4153860 or 16555456. OLE color: 16555456.
HSL color Cylindrical-coordinate representation of color #C09DFC: hue angle of 262.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09DFC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 157 | 252 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.01 |
| HSL | 262.11º | 0.94% | 0.8% | - |
| HSV(B) | 262.11º | 0.38% | 0.99% | - |
| XYZ | 51.37 | 42.35 | 97.56 | - |
| YUV | 178.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 252 | 0.24 | 0.38 | 0 | 0.01 | 262.11 | 0.94 | 0.8 |
| Hex | C0 | 9D | FC | 18 | 26 | 0 | 1 | 106 | 5E | 50 |
| Octal | 300 | 235 | 374 | 30 | 46 | 0 | 1 | 406 | 136 | 120 |
| Binary | 11000000 | 10011101 | 11111100 | 11000 | 100110 | 0 | 1 | 100000110 | 1011110 | 1010000 |
Color Harmonies of #C09DFC
Complementary color
Monochromatic Colors of #C09DFC
Black with #C09DFC
Text Example
Text Example
White with #C09DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DFC; }
p { color: rgb(192,157,252); }
H1.HeaderClassName
{
color: #C09DFC;
}
.AnyTagClassName
{
color: #C09DFC;
}
</style>
background-color css
<style>
a { background-color: #C09DFC; }
a { background-color: rgb(192,157,252); }
div.DivClassName
{
background-color: #C09DFC;
}
.BgClassName
{
background-color: #C09DFC;
}
</style>
border-color css
<style>
span { border-color: #C09DFC; }
span { border-color: rgb(192,157,252); }
td.TdClassName
{
border-color: #C09DFC;
}
.TagClassName
{
border-color: #C09DFC;
}
</style>