Shades of Perfume #C29FE3
Tints of Perfume #C29FE3
RGB
CMYK
RGB Variations
Color information
#C29FE3 (or 0xC29FE3) is known color: Perfume. HEX triplet: C2, 9F and E3. RGB value is (194,159,227). Sum of RGB (Red+Green+Blue) = 194+159+227=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #C29FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FE3 is #3D601C. Grayscale: #B0B0B0. Windows color (decimal): -4022301 or 14917570. OLE color: 14917570.
HSL color Cylindrical-coordinate representation of color #C29FE3: hue angle of 270.88º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29FE3 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 159 | 227 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.11 |
| HSL | 270.88º | 0.55% | 0.76% | - |
| HSV(B) | 270.88º | 0.3% | 0.89% | - |
| XYZ | 48.51 | 41.81 | 78.19 | - |
| YUV | 177.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 227 | 0.15 | 0.30 | 0 | 0.11 | 270.88 | 0.55 | 0.76 |
| Hex | C2 | 9F | E3 | F | 1E | 0 | B | 10F | 37 | 4C |
| Octal | 302 | 237 | 343 | 17 | 36 | 0 | 13 | 417 | 67 | 114 |
| Binary | 11000010 | 10011111 | 11100011 | 1111 | 11110 | 0 | 1011 | 100001111 | 110111 | 1001100 |
Color Harmonies of #C29FE3
Complementary color
Monochromatic Colors of #C29FE3
Black with #C29FE3
Text Example
Text Example
White with #C29FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FE3; }
p { color: rgb(194,159,227); }
H1.HeaderClassName
{
color: #C29FE3;
}
.AnyTagClassName
{
color: #C29FE3;
}
</style>
background-color css
<style>
a { background-color: #C29FE3; }
a { background-color: rgb(194,159,227); }
div.DivClassName
{
background-color: #C29FE3;
}
.BgClassName
{
background-color: #C29FE3;
}
</style>
border-color css
<style>
span { border-color: #C29FE3; }
span { border-color: rgb(194,159,227); }
td.TdClassName
{
border-color: #C29FE3;
}
.TagClassName
{
border-color: #C29FE3;
}
</style>