Shades of Perfume #C29FE4
Tints of Perfume #C29FE4
RGB
CMYK
RGB Variations
Color information
#C29FE4 (or 0xC29FE4) is known color: Perfume. HEX triplet: C2, 9F and E4. RGB value is (194,159,228). Sum of RGB (Red+Green+Blue) = 194+159+228=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #C29FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FE4 is #3D601B. Grayscale: #B1B1B1. Windows color (decimal): -4022300 or 14983106. OLE color: 14983106.
HSL color Cylindrical-coordinate representation of color #C29FE4: hue angle of 270.43º degrees, saturation: 0.56, 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 #C29FE4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 159 | 228 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.11 |
| HSL | 270.43º | 0.56% | 0.76% | - |
| HSV(B) | 270.43º | 0.3% | 0.89% | - |
| XYZ | 48.65 | 41.87 | 78.92 | - |
| YUV | 177.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 228 | 0.15 | 0.30 | 0 | 0.11 | 270.43 | 0.56 | 0.76 |
| Hex | C2 | 9F | E4 | F | 1E | 0 | B | 10E | 38 | 4C |
| Octal | 302 | 237 | 344 | 17 | 36 | 0 | 13 | 416 | 70 | 114 |
| Binary | 11000010 | 10011111 | 11100100 | 1111 | 11110 | 0 | 1011 | 100001110 | 111000 | 1001100 |
Color Harmonies of #C29FE4
Complementary color
Monochromatic Colors of #C29FE4
Black with #C29FE4
Text Example
Text Example
White with #C29FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FE4; }
p { color: rgb(194,159,228); }
H1.HeaderClassName
{
color: #C29FE4;
}
.AnyTagClassName
{
color: #C29FE4;
}
</style>
background-color css
<style>
a { background-color: #C29FE4; }
a { background-color: rgb(194,159,228); }
div.DivClassName
{
background-color: #C29FE4;
}
.BgClassName
{
background-color: #C29FE4;
}
</style>
border-color css
<style>
span { border-color: #C29FE4; }
span { border-color: rgb(194,159,228); }
td.TdClassName
{
border-color: #C29FE4;
}
.TagClassName
{
border-color: #C29FE4;
}
</style>