Shades of Perfume #C29FFE
Tints of Perfume #C29FFE
RGB
CMYK
RGB Variations
Color information
#C29FFE (or 0xC29FFE) is known color: Perfume. HEX triplet: C2, 9F and FE. RGB value is (194,159,254). Sum of RGB (Red+Green+Blue) = 194+159+254=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C29FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FFE is #3D6001. Grayscale: #B3B3B3. Windows color (decimal): -4022274 or 16687042. OLE color: 16687042.
HSL color Cylindrical-coordinate representation of color #C29FFE: hue angle of 262.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29FFE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 159 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 262.11º | 0.98% | 0.81% | - |
| HSV(B) | 262.11º | 0.37% | 1% | - |
| XYZ | 52.54 | 43.42 | 99.38 | - |
| YUV | 180.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 254 | 0.24 | 0.37 | 0 | 0.00 | 262.11 | 0.98 | 0.81 |
| Hex | C2 | 9F | FE | 18 | 25 | 0 | 0 | 106 | 62 | 51 |
| Octal | 302 | 237 | 376 | 30 | 45 | 0 | 0 | 406 | 142 | 121 |
| Binary | 11000010 | 10011111 | 11111110 | 11000 | 100101 | 0 | 0 | 100000110 | 1100010 | 1010001 |
Color Harmonies of #C29FFE
Complementary color
Monochromatic Colors of #C29FFE
Black with #C29FFE
Text Example
Text Example
White with #C29FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FFE; }
p { color: rgb(194,159,254); }
H1.HeaderClassName
{
color: #C29FFE;
}
.AnyTagClassName
{
color: #C29FFE;
}
</style>
background-color css
<style>
a { background-color: #C29FFE; }
a { background-color: rgb(194,159,254); }
div.DivClassName
{
background-color: #C29FFE;
}
.BgClassName
{
background-color: #C29FFE;
}
</style>
border-color css
<style>
span { border-color: #C29FFE; }
span { border-color: rgb(194,159,254); }
td.TdClassName
{
border-color: #C29FFE;
}
.TagClassName
{
border-color: #C29FFE;
}
</style>