Shades of Perfume #C09DFA
Tints of Perfume #C09DFA
RGB
CMYK
RGB Variations
Color information
#C09DFA (or 0xC09DFA) is known color: Perfume. HEX triplet: C0, 9D and FA. RGB value is (192,157,250). Sum of RGB (Red+Green+Blue) = 192+157+250=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C09DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFA is #3F6205. Grayscale: #B1B1B1. Windows color (decimal): -4153862 or 16424384. OLE color: 16424384.
HSL color Cylindrical-coordinate representation of color #C09DFA: hue angle of 262.58º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09DFA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 157 | 250 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.02 |
| HSL | 262.58º | 0.9% | 0.8% | - |
| HSV(B) | 262.58º | 0.37% | 0.98% | - |
| XYZ | 51.05 | 42.22 | 95.9 | - |
| YUV | 178.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 250 | 0.23 | 0.37 | 0 | 0.02 | 262.58 | 0.9 | 0.8 |
| Hex | C0 | 9D | FA | 17 | 25 | 0 | 2 | 107 | 5A | 50 |
| Octal | 300 | 235 | 372 | 27 | 45 | 0 | 2 | 407 | 132 | 120 |
| Binary | 11000000 | 10011101 | 11111010 | 10111 | 100101 | 0 | 10 | 100000111 | 1011010 | 1010000 |
Color Harmonies of #C09DFA
Complementary color
Monochromatic Colors of #C09DFA
Black with #C09DFA
Text Example
Text Example
White with #C09DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DFA; }
p { color: rgb(192,157,250); }
H1.HeaderClassName
{
color: #C09DFA;
}
.AnyTagClassName
{
color: #C09DFA;
}
</style>
background-color css
<style>
a { background-color: #C09DFA; }
a { background-color: rgb(192,157,250); }
div.DivClassName
{
background-color: #C09DFA;
}
.BgClassName
{
background-color: #C09DFA;
}
</style>
border-color css
<style>
span { border-color: #C09DFA; }
span { border-color: rgb(192,157,250); }
td.TdClassName
{
border-color: #C09DFA;
}
.TagClassName
{
border-color: #C09DFA;
}
</style>