Shades of Perfume #C29DFF
Tints of Perfume #C29DFF
RGB
CMYK
RGB Variations
Color information
#C29DFF (or 0xC29DFF) is known color: Perfume. HEX triplet: C2, 9D and FF. RGB value is (194,157,255). Sum of RGB (Red+Green+Blue) = 194+157+255=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C29DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DFF is #3D6200. Grayscale: #B2B2B2. Windows color (decimal): -4022785 or 16752066. OLE color: 16752066.
HSL color Cylindrical-coordinate representation of color #C29DFF: hue angle of 262.65º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29DFF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 157 | 255 | - |
| CMYK | 0.24 | 0.38 | 0 | 0 |
| HSL | 262.65º | 1% | 0.81% | - |
| HSV(B) | 262.65º | 0.38% | 1% | - |
| XYZ | 52.36 | 42.8 | 100.11 | - |
| YUV | 179.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 255 | 0.24 | 0.38 | 0 | 0 | 262.65 | 1 | 0.81 |
| Hex | C2 | 9D | FF | 18 | 26 | 0 | 0 | 107 | 64 | 51 |
| Octal | 302 | 235 | 377 | 30 | 46 | 0 | 0 | 407 | 144 | 121 |
| Binary | 11000010 | 10011101 | 11111111 | 11000 | 100110 | 0 | 0 | 100000111 | 1100100 | 1010001 |
Color Harmonies of #C29DFF
Complementary color
Monochromatic Colors of #C29DFF
Black with #C29DFF
Text Example
Text Example
White with #C29DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DFF; }
p { color: rgb(194,157,255); }
H1.HeaderClassName
{
color: #C29DFF;
}
.AnyTagClassName
{
color: #C29DFF;
}
</style>
background-color css
<style>
a { background-color: #C29DFF; }
a { background-color: rgb(194,157,255); }
div.DivClassName
{
background-color: #C29DFF;
}
.BgClassName
{
background-color: #C29DFF;
}
</style>
border-color css
<style>
span { border-color: #C29DFF; }
span { border-color: rgb(194,157,255); }
td.TdClassName
{
border-color: #C29DFF;
}
.TagClassName
{
border-color: #C29DFF;
}
</style>