Shades of Perfume #C29EFC
Tints of Perfume #C29EFC
RGB
CMYK
RGB Variations
Color information
#C29EFC (or 0xC29EFC) is known color: Perfume. HEX triplet: C2, 9E and FC. RGB value is (194,158,252). Sum of RGB (Red+Green+Blue) = 194+158+252=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EFC is #3D6103. Grayscale: #B3B3B3. Windows color (decimal): -4022532 or 16555714. OLE color: 16555714.
HSL color Cylindrical-coordinate representation of color #C29EFC: hue angle of 262.98º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29EFC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 158 | 252 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.01 |
| HSL | 262.98º | 0.94% | 0.8% | - |
| HSV(B) | 262.98º | 0.37% | 0.99% | - |
| XYZ | 52.05 | 42.95 | 97.64 | - |
| YUV | 179.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 252 | 0.23 | 0.37 | 0 | 0.01 | 262.98 | 0.94 | 0.8 |
| Hex | C2 | 9E | FC | 17 | 25 | 0 | 1 | 107 | 5E | 50 |
| Octal | 302 | 236 | 374 | 27 | 45 | 0 | 1 | 407 | 136 | 120 |
| Binary | 11000010 | 10011110 | 11111100 | 10111 | 100101 | 0 | 1 | 100000111 | 1011110 | 1010000 |
Color Harmonies of #C29EFC
Complementary color
Monochromatic Colors of #C29EFC
Black with #C29EFC
Text Example
Text Example
White with #C29EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EFC; }
p { color: rgb(194,158,252); }
H1.HeaderClassName
{
color: #C29EFC;
}
.AnyTagClassName
{
color: #C29EFC;
}
</style>
background-color css
<style>
a { background-color: #C29EFC; }
a { background-color: rgb(194,158,252); }
div.DivClassName
{
background-color: #C29EFC;
}
.BgClassName
{
background-color: #C29EFC;
}
</style>
border-color css
<style>
span { border-color: #C29EFC; }
span { border-color: rgb(194,158,252); }
td.TdClassName
{
border-color: #C29EFC;
}
.TagClassName
{
border-color: #C29EFC;
}
</style>