Shades of Perfume #C299FA
Tints of Perfume #C299FA
RGB
CMYK
RGB Variations
Color information
#C299FA (or 0xC299FA) is known color: Perfume. HEX triplet: C2, 99 and FA. RGB value is (194,153,250). Sum of RGB (Red+Green+Blue) = 194+153+250=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C299FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FA is #3D6605. Grayscale: #AFAFAF. Windows color (decimal): -4023814 or 16423362. OLE color: 16423362.
HSL color Cylindrical-coordinate representation of color #C299FA: hue angle of 265.36º 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 #C299FA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 153 | 250 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.02 |
| HSL | 265.36º | 0.91% | 0.79% | - |
| HSV(B) | 265.36º | 0.39% | 0.98% | - |
| XYZ | 50.89 | 41.15 | 95.7 | - |
| YUV | 176.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 250 | 0.22 | 0.39 | 0 | 0.02 | 265.36 | 0.91 | 0.79 |
| Hex | C2 | 99 | FA | 16 | 27 | 0 | 2 | 109 | 5B | 4F |
| Octal | 302 | 231 | 372 | 26 | 47 | 0 | 2 | 411 | 133 | 117 |
| Binary | 11000010 | 10011001 | 11111010 | 10110 | 100111 | 0 | 10 | 100001001 | 1011011 | 1001111 |
Color Harmonies of #C299FA
Complementary color
Monochromatic Colors of #C299FA
Black with #C299FA
Text Example
Text Example
White with #C299FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299FA; }
p { color: rgb(194,153,250); }
H1.HeaderClassName
{
color: #C299FA;
}
.AnyTagClassName
{
color: #C299FA;
}
</style>
background-color css
<style>
a { background-color: #C299FA; }
a { background-color: rgb(194,153,250); }
div.DivClassName
{
background-color: #C299FA;
}
.BgClassName
{
background-color: #C299FA;
}
</style>
border-color css
<style>
span { border-color: #C299FA; }
span { border-color: rgb(194,153,250); }
td.TdClassName
{
border-color: #C299FA;
}
.TagClassName
{
border-color: #C299FA;
}
</style>