Shades of Perfume #C29FFC
Tints of Perfume #C29FFC
RGB
CMYK
RGB Variations
Color information
#C29FFC (or 0xC29FFC) is known color: Perfume. HEX triplet: C2, 9F and FC. RGB value is (194,159,252). Sum of RGB (Red+Green+Blue) = 194+159+252=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FFC is #3D6003. Grayscale: #B3B3B3. Windows color (decimal): -4022276 or 16555970. OLE color: 16555970.
HSL color Cylindrical-coordinate representation of color #C29FFC: hue angle of 262.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29FFC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 159 | 252 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.01 |
| HSL | 262.58º | 0.94% | 0.81% | - |
| HSV(B) | 262.58º | 0.37% | 0.99% | - |
| XYZ | 52.22 | 43.29 | 97.7 | - |
| YUV | 180.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 252 | 0.23 | 0.37 | 0 | 0.01 | 262.58 | 0.94 | 0.81 |
| Hex | C2 | 9F | FC | 17 | 25 | 0 | 1 | 107 | 5E | 51 |
| Octal | 302 | 237 | 374 | 27 | 45 | 0 | 1 | 407 | 136 | 121 |
| Binary | 11000010 | 10011111 | 11111100 | 10111 | 100101 | 0 | 1 | 100000111 | 1011110 | 1010001 |
Color Harmonies of #C29FFC
Complementary color
Monochromatic Colors of #C29FFC
Black with #C29FFC
Text Example
Text Example
White with #C29FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FFC; }
p { color: rgb(194,159,252); }
H1.HeaderClassName
{
color: #C29FFC;
}
.AnyTagClassName
{
color: #C29FFC;
}
</style>
background-color css
<style>
a { background-color: #C29FFC; }
a { background-color: rgb(194,159,252); }
div.DivClassName
{
background-color: #C29FFC;
}
.BgClassName
{
background-color: #C29FFC;
}
</style>
border-color css
<style>
span { border-color: #C29FFC; }
span { border-color: rgb(194,159,252); }
td.TdClassName
{
border-color: #C29FFC;
}
.TagClassName
{
border-color: #C29FFC;
}
</style>