Shades of Perfume #C29DFD
Tints of Perfume #C29DFD
RGB
CMYK
RGB Variations
Color information
#C29DFD (or 0xC29DFD) is known color: Perfume. HEX triplet: C2, 9D and FD. RGB value is (194,157,253). Sum of RGB (Red+Green+Blue) = 194+157+253=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DFD is #3D6202. Grayscale: #B2B2B2. Windows color (decimal): -4022787 or 16620994. OLE color: 16620994.
HSL color Cylindrical-coordinate representation of color #C29DFD: hue angle of 263.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29DFD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 157 | 253 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 263.13º | 0.96% | 0.8% | - |
| HSV(B) | 263.13º | 0.38% | 0.99% | - |
| XYZ | 52.03 | 42.68 | 98.42 | - |
| YUV | 179.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 253 | 0.23 | 0.38 | 0 | 0.01 | 263.13 | 0.96 | 0.8 |
| Hex | C2 | 9D | FD | 17 | 26 | 0 | 1 | 107 | 60 | 50 |
| Octal | 302 | 235 | 375 | 27 | 46 | 0 | 1 | 407 | 140 | 120 |
| Binary | 11000010 | 10011101 | 11111101 | 10111 | 100110 | 0 | 1 | 100000111 | 1100000 | 1010000 |
Color Harmonies of #C29DFD
Complementary color
Monochromatic Colors of #C29DFD
Black with #C29DFD
Text Example
Text Example
White with #C29DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DFD; }
p { color: rgb(194,157,253); }
H1.HeaderClassName
{
color: #C29DFD;
}
.AnyTagClassName
{
color: #C29DFD;
}
</style>
background-color css
<style>
a { background-color: #C29DFD; }
a { background-color: rgb(194,157,253); }
div.DivClassName
{
background-color: #C29DFD;
}
.BgClassName
{
background-color: #C29DFD;
}
</style>
border-color css
<style>
span { border-color: #C29DFD; }
span { border-color: rgb(194,157,253); }
td.TdClassName
{
border-color: #C29DFD;
}
.TagClassName
{
border-color: #C29DFD;
}
</style>