Shades of Perfume #C298FA
Tints of Perfume #C298FA
RGB
CMYK
RGB Variations
Color information
#C298FA (or 0xC298FA) is known color: Perfume. HEX triplet: C2, 98 and FA. RGB value is (194,152,250). Sum of RGB (Red+Green+Blue) = 194+152+250=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C298FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298FA is #3D6705. Grayscale: #AFAFAF. Windows color (decimal): -4024070 or 16423106. OLE color: 16423106.
HSL color Cylindrical-coordinate representation of color #C298FA: hue angle of 265.71º degrees, saturation: 0.91, 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 #C298FA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 152 | 250 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.02 |
| HSL | 265.71º | 0.91% | 0.79% | - |
| HSV(B) | 265.71º | 0.39% | 0.98% | - |
| XYZ | 50.73 | 40.83 | 95.65 | - |
| YUV | 175.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 250 | 0.22 | 0.39 | 0 | 0.02 | 265.71 | 0.91 | 0.79 |
| Hex | C2 | 98 | FA | 16 | 27 | 0 | 2 | 10A | 5B | 4F |
| Octal | 302 | 230 | 372 | 26 | 47 | 0 | 2 | 412 | 133 | 117 |
| Binary | 11000010 | 10011000 | 11111010 | 10110 | 100111 | 0 | 10 | 100001010 | 1011011 | 1001111 |
Color Harmonies of #C298FA
Complementary color
Monochromatic Colors of #C298FA
Black with #C298FA
Text Example
Text Example
White with #C298FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298FA; }
p { color: rgb(194,152,250); }
H1.HeaderClassName
{
color: #C298FA;
}
.AnyTagClassName
{
color: #C298FA;
}
</style>
background-color css
<style>
a { background-color: #C298FA; }
a { background-color: rgb(194,152,250); }
div.DivClassName
{
background-color: #C298FA;
}
.BgClassName
{
background-color: #C298FA;
}
</style>
border-color css
<style>
span { border-color: #C298FA; }
span { border-color: rgb(194,152,250); }
td.TdClassName
{
border-color: #C298FA;
}
.TagClassName
{
border-color: #C298FA;
}
</style>