Shades of Perfume #C298F9
Tints of Perfume #C298F9
RGB
CMYK
RGB Variations
Color information
#C298F9 (or 0xC298F9) is known color: Perfume. HEX triplet: C2, 98 and F9. RGB value is (194,152,249). Sum of RGB (Red+Green+Blue) = 194+152+249=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C298F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298F9 is #3D6706. Grayscale: #AFAFAF. Windows color (decimal): -4024071 or 16357570. OLE color: 16357570.
HSL color Cylindrical-coordinate representation of color #C298F9: hue angle of 265.98º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C298F9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 152 | 249 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.02 |
| HSL | 265.98º | 0.89% | 0.79% | - |
| HSV(B) | 265.98º | 0.39% | 0.98% | - |
| XYZ | 50.58 | 40.77 | 94.83 | - |
| YUV | 175.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 249 | 0.22 | 0.39 | 0 | 0.02 | 265.98 | 0.89 | 0.79 |
| Hex | C2 | 98 | F9 | 16 | 27 | 0 | 2 | 10A | 59 | 4F |
| Octal | 302 | 230 | 371 | 26 | 47 | 0 | 2 | 412 | 131 | 117 |
| Binary | 11000010 | 10011000 | 11111001 | 10110 | 100111 | 0 | 10 | 100001010 | 1011001 | 1001111 |
Color Harmonies of #C298F9
Complementary color
Monochromatic Colors of #C298F9
Black with #C298F9
Text Example
Text Example
White with #C298F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298F9; }
p { color: rgb(194,152,249); }
H1.HeaderClassName
{
color: #C298F9;
}
.AnyTagClassName
{
color: #C298F9;
}
</style>
background-color css
<style>
a { background-color: #C298F9; }
a { background-color: rgb(194,152,249); }
div.DivClassName
{
background-color: #C298F9;
}
.BgClassName
{
background-color: #C298F9;
}
</style>
border-color css
<style>
span { border-color: #C298F9; }
span { border-color: rgb(194,152,249); }
td.TdClassName
{
border-color: #C298F9;
}
.TagClassName
{
border-color: #C298F9;
}
</style>