Shades of Perfume #C097F9
Tints of Perfume #C097F9
RGB
CMYK
RGB Variations
Color information
#C097F9 (or 0xC097F9) is known color: Perfume. HEX triplet: C0, 97 and F9. RGB value is (192,151,249). Sum of RGB (Red+Green+Blue) = 192+151+249=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #C097F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C097F9 is #3F6806. Grayscale: #AEAEAE. Windows color (decimal): -4155399 or 16357312. OLE color: 16357312.
HSL color Cylindrical-coordinate representation of color #C097F9: hue angle of 265.1º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C097F9 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 151 | 249 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.02 |
| HSL | 265.1º | 0.89% | 0.78% | - |
| HSV(B) | 265.1º | 0.39% | 0.98% | - |
| XYZ | 49.9 | 40.18 | 94.75 | - |
| YUV | 174.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 249 | 0.23 | 0.39 | 0 | 0.02 | 265.1 | 0.89 | 0.78 |
| Hex | C0 | 97 | F9 | 17 | 27 | 0 | 2 | 109 | 59 | 4E |
| Octal | 300 | 227 | 371 | 27 | 47 | 0 | 2 | 411 | 131 | 116 |
| Binary | 11000000 | 10010111 | 11111001 | 10111 | 100111 | 0 | 10 | 100001001 | 1011001 | 1001110 |
Color Harmonies of #C097F9
Complementary color
Monochromatic Colors of #C097F9
Black with #C097F9
Text Example
Text Example
White with #C097F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097F9; }
p { color: rgb(192,151,249); }
H1.HeaderClassName
{
color: #C097F9;
}
.AnyTagClassName
{
color: #C097F9;
}
</style>
background-color css
<style>
a { background-color: #C097F9; }
a { background-color: rgb(192,151,249); }
div.DivClassName
{
background-color: #C097F9;
}
.BgClassName
{
background-color: #C097F9;
}
</style>
border-color css
<style>
span { border-color: #C097F9; }
span { border-color: rgb(192,151,249); }
td.TdClassName
{
border-color: #C097F9;
}
.TagClassName
{
border-color: #C097F9;
}
</style>