Shades of Perfume #C298F7
Tints of Perfume #C298F7
RGB
CMYK
RGB Variations
Color information
#C298F7 (or 0xC298F7) is known color: Perfume. HEX triplet: C2, 98 and F7. RGB value is (194,152,247). Sum of RGB (Red+Green+Blue) = 194+152+247=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #C298F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298F7 is #3D6708. Grayscale: #AFAFAF. Windows color (decimal): -4024073 or 16226498. OLE color: 16226498.
HSL color Cylindrical-coordinate representation of color #C298F7: hue angle of 266.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C298F7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 152 | 247 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.03 |
| HSL | 266.53º | 0.86% | 0.78% | - |
| HSV(B) | 266.53º | 0.38% | 0.97% | - |
| XYZ | 50.26 | 40.64 | 93.19 | - |
| YUV | 175.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 247 | 0.21 | 0.38 | 0 | 0.03 | 266.53 | 0.86 | 0.78 |
| Hex | C2 | 98 | F7 | 15 | 26 | 0 | 3 | 10B | 56 | 4E |
| Octal | 302 | 230 | 367 | 25 | 46 | 0 | 3 | 413 | 126 | 116 |
| Binary | 11000010 | 10011000 | 11110111 | 10101 | 100110 | 0 | 11 | 100001011 | 1010110 | 1001110 |
Color Harmonies of #C298F7
Complementary color
Monochromatic Colors of #C298F7
Black with #C298F7
Text Example
Text Example
White with #C298F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298F7; }
p { color: rgb(194,152,247); }
H1.HeaderClassName
{
color: #C298F7;
}
.AnyTagClassName
{
color: #C298F7;
}
</style>
background-color css
<style>
a { background-color: #C298F7; }
a { background-color: rgb(194,152,247); }
div.DivClassName
{
background-color: #C298F7;
}
.BgClassName
{
background-color: #C298F7;
}
</style>
border-color css
<style>
span { border-color: #C298F7; }
span { border-color: rgb(194,152,247); }
td.TdClassName
{
border-color: #C298F7;
}
.TagClassName
{
border-color: #C298F7;
}
</style>