Shades of Perfume #C29DF4
Tints of Perfume #C29DF4
RGB
CMYK
RGB Variations
Color information
#C29DF4 (or 0xC29DF4) is known color: Perfume. HEX triplet: C2, 9D and F4. RGB value is (194,157,244). Sum of RGB (Red+Green+Blue) = 194+157+244=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #C29DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DF4 is #3D620B. Grayscale: #B1B1B1. Windows color (decimal): -4022796 or 16031170. OLE color: 16031170.
HSL color Cylindrical-coordinate representation of color #C29DF4: hue angle of 265.52º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29DF4 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 157 | 244 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.04 |
| HSL | 265.52º | 0.8% | 0.79% | - |
| HSV(B) | 265.52º | 0.36% | 0.96% | - |
| XYZ | 50.63 | 42.11 | 91.05 | - |
| YUV | 177.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 244 | 0.20 | 0.36 | 0 | 0.04 | 265.52 | 0.8 | 0.79 |
| Hex | C2 | 9D | F4 | 14 | 24 | 0 | 4 | 10A | 50 | 4F |
| Octal | 302 | 235 | 364 | 24 | 44 | 0 | 4 | 412 | 120 | 117 |
| Binary | 11000010 | 10011101 | 11110100 | 10100 | 100100 | 0 | 100 | 100001010 | 1010000 | 1001111 |
Color Harmonies of #C29DF4
Complementary color
Monochromatic Colors of #C29DF4
Black with #C29DF4
Text Example
Text Example
White with #C29DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DF4; }
p { color: rgb(194,157,244); }
H1.HeaderClassName
{
color: #C29DF4;
}
.AnyTagClassName
{
color: #C29DF4;
}
</style>
background-color css
<style>
a { background-color: #C29DF4; }
a { background-color: rgb(194,157,244); }
div.DivClassName
{
background-color: #C29DF4;
}
.BgClassName
{
background-color: #C29DF4;
}
</style>
border-color css
<style>
span { border-color: #C29DF4; }
span { border-color: rgb(194,157,244); }
td.TdClassName
{
border-color: #C29DF4;
}
.TagClassName
{
border-color: #C29DF4;
}
</style>