Shades of Perfume #C29DFC
Tints of Perfume #C29DFC
RGB
CMYK
RGB Variations
Color information
#C29DFC (or 0xC29DFC) is known color: Perfume. HEX triplet: C2, 9D and FC. RGB value is (194,157,252). Sum of RGB (Red+Green+Blue) = 194+157+252=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DFC is #3D6203. Grayscale: #B2B2B2. Windows color (decimal): -4022788 or 16555458. OLE color: 16555458.
HSL color Cylindrical-coordinate representation of color #C29DFC: hue angle of 263.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29DFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 157 | 252 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 263.37º | 0.94% | 0.8% | - |
| HSV(B) | 263.37º | 0.38% | 0.99% | - |
| XYZ | 51.88 | 42.61 | 97.59 | - |
| YUV | 178.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 252 | 0.23 | 0.38 | 0 | 0.01 | 263.37 | 0.94 | 0.8 |
| Hex | C2 | 9D | FC | 17 | 26 | 0 | 1 | 107 | 5E | 50 |
| Octal | 302 | 235 | 374 | 27 | 46 | 0 | 1 | 407 | 136 | 120 |
| Binary | 11000010 | 10011101 | 11111100 | 10111 | 100110 | 0 | 1 | 100000111 | 1011110 | 1010000 |
Color Harmonies of #C29DFC
Complementary color
Monochromatic Colors of #C29DFC
Black with #C29DFC
Text Example
Text Example
White with #C29DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DFC; }
p { color: rgb(194,157,252); }
H1.HeaderClassName
{
color: #C29DFC;
}
.AnyTagClassName
{
color: #C29DFC;
}
</style>
background-color css
<style>
a { background-color: #C29DFC; }
a { background-color: rgb(194,157,252); }
div.DivClassName
{
background-color: #C29DFC;
}
.BgClassName
{
background-color: #C29DFC;
}
</style>
border-color css
<style>
span { border-color: #C29DFC; }
span { border-color: rgb(194,157,252); }
td.TdClassName
{
border-color: #C29DFC;
}
.TagClassName
{
border-color: #C29DFC;
}
</style>