Shades of Perfume #C29FFD
Tints of Perfume #C29FFD
RGB
CMYK
RGB Variations
Color information
#C29FFD (or 0xC29FFD) is known color: Perfume. HEX triplet: C2, 9F and FD. RGB value is (194,159,253). Sum of RGB (Red+Green+Blue) = 194+159+253=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FFD is #3D6002. Grayscale: #B3B3B3. Windows color (decimal): -4022275 or 16621506. OLE color: 16621506.
HSL color Cylindrical-coordinate representation of color #C29FFD: hue angle of 262.34º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29FFD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 159 | 253 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.01 |
| HSL | 262.34º | 0.96% | 0.81% | - |
| HSV(B) | 262.34º | 0.37% | 0.99% | - |
| XYZ | 52.38 | 43.36 | 98.54 | - |
| YUV | 180.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 253 | 0.23 | 0.37 | 0 | 0.01 | 262.34 | 0.96 | 0.81 |
| Hex | C2 | 9F | FD | 17 | 25 | 0 | 1 | 106 | 60 | 51 |
| Octal | 302 | 237 | 375 | 27 | 45 | 0 | 1 | 406 | 140 | 121 |
| Binary | 11000010 | 10011111 | 11111101 | 10111 | 100101 | 0 | 1 | 100000110 | 1100000 | 1010001 |
Color Harmonies of #C29FFD
Complementary color
Monochromatic Colors of #C29FFD
Black with #C29FFD
Text Example
Text Example
White with #C29FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FFD; }
p { color: rgb(194,159,253); }
H1.HeaderClassName
{
color: #C29FFD;
}
.AnyTagClassName
{
color: #C29FFD;
}
</style>
background-color css
<style>
a { background-color: #C29FFD; }
a { background-color: rgb(194,159,253); }
div.DivClassName
{
background-color: #C29FFD;
}
.BgClassName
{
background-color: #C29FFD;
}
</style>
border-color css
<style>
span { border-color: #C29FFD; }
span { border-color: rgb(194,159,253); }
td.TdClassName
{
border-color: #C29FFD;
}
.TagClassName
{
border-color: #C29FFD;
}
</style>