Shades of Perfume #C098F3
Tints of Perfume #C098F3
RGB
CMYK
RGB Variations
Color information
#C098F3 (or 0xC098F3) is known color: Perfume. HEX triplet: C0, 98 and F3. RGB value is (192,152,243). Sum of RGB (Red+Green+Blue) = 192+152+243=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #C098F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098F3 is #3F670C. Grayscale: #AEAEAE. Windows color (decimal): -4155149 or 15964352. OLE color: 15964352.
HSL color Cylindrical-coordinate representation of color #C098F3: hue angle of 266.37º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C098F3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 152 | 243 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.05 |
| HSL | 266.37º | 0.79% | 0.77% | - |
| HSV(B) | 266.37º | 0.37% | 0.95% | - |
| XYZ | 49.14 | 40.13 | 89.95 | - |
| YUV | 174.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 243 | 0.21 | 0.37 | 0 | 0.05 | 266.37 | 0.79 | 0.77 |
| Hex | C0 | 98 | F3 | 15 | 25 | 0 | 5 | 10A | 4F | 4D |
| Octal | 300 | 230 | 363 | 25 | 45 | 0 | 5 | 412 | 117 | 115 |
| Binary | 11000000 | 10011000 | 11110011 | 10101 | 100101 | 0 | 101 | 100001010 | 1001111 | 1001101 |
Color Harmonies of #C098F3
Complementary color
Monochromatic Colors of #C098F3
Black with #C098F3
Text Example
Text Example
White with #C098F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098F3; }
p { color: rgb(192,152,243); }
H1.HeaderClassName
{
color: #C098F3;
}
.AnyTagClassName
{
color: #C098F3;
}
</style>
background-color css
<style>
a { background-color: #C098F3; }
a { background-color: rgb(192,152,243); }
div.DivClassName
{
background-color: #C098F3;
}
.BgClassName
{
background-color: #C098F3;
}
</style>
border-color css
<style>
span { border-color: #C098F3; }
span { border-color: rgb(192,152,243); }
td.TdClassName
{
border-color: #C098F3;
}
.TagClassName
{
border-color: #C098F3;
}
</style>