Shades of Perfume #C29BFF
Tints of Perfume #C29BFF
RGB
CMYK
RGB Variations
Color information
#C29BFF (or 0xC29BFF) is known color: Perfume. HEX triplet: C2, 9B and FF. RGB value is (194,155,255). Sum of RGB (Red+Green+Blue) = 194+155+255=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C29BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFF is #3D6400. Grayscale: #B1B1B1. Windows color (decimal): -4023297 or 16751554. OLE color: 16751554.
HSL color Cylindrical-coordinate representation of color #C29BFF: hue angle of 263.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29BFF is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 155 | 255 | - |
| CMYK | 0.24 | 0.39 | 0 | 0 |
| HSL | 263.4º | 1% | 0.8% | - |
| HSV(B) | 263.4º | 0.39% | 1% | - |
| XYZ | 52.02 | 42.13 | 100 | - |
| YUV | 178.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 255 | 0.24 | 0.39 | 0 | 0 | 263.4 | 1 | 0.8 |
| Hex | C2 | 9B | FF | 18 | 27 | 0 | 0 | 107 | 64 | 50 |
| Octal | 302 | 233 | 377 | 30 | 47 | 0 | 0 | 407 | 144 | 120 |
| Binary | 11000010 | 10011011 | 11111111 | 11000 | 100111 | 0 | 0 | 100000111 | 1100100 | 1010000 |
Color Harmonies of #C29BFF
Complementary color
Monochromatic Colors of #C29BFF
Black with #C29BFF
Text Example
Text Example
White with #C29BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BFF; }
p { color: rgb(194,155,255); }
H1.HeaderClassName
{
color: #C29BFF;
}
.AnyTagClassName
{
color: #C29BFF;
}
</style>
background-color css
<style>
a { background-color: #C29BFF; }
a { background-color: rgb(194,155,255); }
div.DivClassName
{
background-color: #C29BFF;
}
.BgClassName
{
background-color: #C29BFF;
}
</style>
border-color css
<style>
span { border-color: #C29BFF; }
span { border-color: rgb(194,155,255); }
td.TdClassName
{
border-color: #C29BFF;
}
.TagClassName
{
border-color: #C29BFF;
}
</style>