Shades of Perfume #C09DFD
Tints of Perfume #C09DFD
RGB
CMYK
RGB Variations
Color information
#C09DFD (or 0xC09DFD) is known color: Perfume. HEX triplet: C0, 9D and FD. RGB value is (192,157,253). Sum of RGB (Red+Green+Blue) = 192+157+253=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C09DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFD is #3F6202. Grayscale: #B2B2B2. Windows color (decimal): -4153859 or 16620992. OLE color: 16620992.
HSL color Cylindrical-coordinate representation of color #C09DFD: hue angle of 261.88º degrees, saturation: 0.96, 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 #C09DFD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 157 | 253 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.01 |
| HSL | 261.88º | 0.96% | 0.8% | - |
| HSV(B) | 261.88º | 0.38% | 0.99% | - |
| XYZ | 51.52 | 42.41 | 98.4 | - |
| YUV | 178.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 253 | 0.24 | 0.38 | 0 | 0.01 | 261.88 | 0.96 | 0.8 |
| Hex | C0 | 9D | FD | 18 | 26 | 0 | 1 | 106 | 60 | 50 |
| Octal | 300 | 235 | 375 | 30 | 46 | 0 | 1 | 406 | 140 | 120 |
| Binary | 11000000 | 10011101 | 11111101 | 11000 | 100110 | 0 | 1 | 100000110 | 1100000 | 1010000 |
Color Harmonies of #C09DFD
Complementary color
Monochromatic Colors of #C09DFD
Black with #C09DFD
Text Example
Text Example
White with #C09DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DFD; }
p { color: rgb(192,157,253); }
H1.HeaderClassName
{
color: #C09DFD;
}
.AnyTagClassName
{
color: #C09DFD;
}
</style>
background-color css
<style>
a { background-color: #C09DFD; }
a { background-color: rgb(192,157,253); }
div.DivClassName
{
background-color: #C09DFD;
}
.BgClassName
{
background-color: #C09DFD;
}
</style>
border-color css
<style>
span { border-color: #C09DFD; }
span { border-color: rgb(192,157,253); }
td.TdClassName
{
border-color: #C09DFD;
}
.TagClassName
{
border-color: #C09DFD;
}
</style>