Shades of Perfume #C29FFA
Tints of Perfume #C29FFA
RGB
CMYK
RGB Variations
Color information
#C29FFA (or 0xC29FFA) is known color: Perfume. HEX triplet: C2, 9F and FA. RGB value is (194,159,250). Sum of RGB (Red+Green+Blue) = 194+159+250=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C29FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FFA is #3D6005. Grayscale: #B3B3B3. Windows color (decimal): -4022278 or 16424898. OLE color: 16424898.
HSL color Cylindrical-coordinate representation of color #C29FFA: hue angle of 263.08º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29FFA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 159 | 250 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.02 |
| HSL | 263.08º | 0.9% | 0.8% | - |
| HSV(B) | 263.08º | 0.36% | 0.98% | - |
| XYZ | 51.9 | 43.17 | 96.04 | - |
| YUV | 179.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 250 | 0.22 | 0.36 | 0 | 0.02 | 263.08 | 0.9 | 0.8 |
| Hex | C2 | 9F | FA | 16 | 24 | 0 | 2 | 107 | 5A | 50 |
| Octal | 302 | 237 | 372 | 26 | 44 | 0 | 2 | 407 | 132 | 120 |
| Binary | 11000010 | 10011111 | 11111010 | 10110 | 100100 | 0 | 10 | 100000111 | 1011010 | 1010000 |
Color Harmonies of #C29FFA
Complementary color
Monochromatic Colors of #C29FFA
Black with #C29FFA
Text Example
Text Example
White with #C29FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FFA; }
p { color: rgb(194,159,250); }
H1.HeaderClassName
{
color: #C29FFA;
}
.AnyTagClassName
{
color: #C29FFA;
}
</style>
background-color css
<style>
a { background-color: #C29FFA; }
a { background-color: rgb(194,159,250); }
div.DivClassName
{
background-color: #C29FFA;
}
.BgClassName
{
background-color: #C29FFA;
}
</style>
border-color css
<style>
span { border-color: #C29FFA; }
span { border-color: rgb(194,159,250); }
td.TdClassName
{
border-color: #C29FFA;
}
.TagClassName
{
border-color: #C29FFA;
}
</style>