Shades of Perfume #C29EF8
Tints of Perfume #C29EF8
RGB
CMYK
RGB Variations
Color information
#C29EF8 (or 0xC29EF8) is known color: Perfume. HEX triplet: C2, 9E and F8. RGB value is (194,158,248). Sum of RGB (Red+Green+Blue) = 194+158+248=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #C29EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EF8 is #3D6107. Grayscale: #B2B2B2. Windows color (decimal): -4022536 or 16293570. OLE color: 16293570.
HSL color Cylindrical-coordinate representation of color #C29EF8: hue angle of 264º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29EF8 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 158 | 248 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.03 |
| HSL | 264º | 0.87% | 0.8% | - |
| HSV(B) | 264º | 0.36% | 0.97% | - |
| XYZ | 51.42 | 42.7 | 94.34 | - |
| YUV | 179.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 248 | 0.22 | 0.36 | 0 | 0.03 | 264 | 0.87 | 0.8 |
| Hex | C2 | 9E | F8 | 16 | 24 | 0 | 3 | 108 | 57 | 50 |
| Octal | 302 | 236 | 370 | 26 | 44 | 0 | 3 | 410 | 127 | 120 |
| Binary | 11000010 | 10011110 | 11111000 | 10110 | 100100 | 0 | 11 | 100001000 | 1010111 | 1010000 |
Color Harmonies of #C29EF8
Complementary color
Monochromatic Colors of #C29EF8
Black with #C29EF8
Text Example
Text Example
White with #C29EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EF8; }
p { color: rgb(194,158,248); }
H1.HeaderClassName
{
color: #C29EF8;
}
.AnyTagClassName
{
color: #C29EF8;
}
</style>
background-color css
<style>
a { background-color: #C29EF8; }
a { background-color: rgb(194,158,248); }
div.DivClassName
{
background-color: #C29EF8;
}
.BgClassName
{
background-color: #C29EF8;
}
</style>
border-color css
<style>
span { border-color: #C29EF8; }
span { border-color: rgb(194,158,248); }
td.TdClassName
{
border-color: #C29EF8;
}
.TagClassName
{
border-color: #C29EF8;
}
</style>