Shades of Perfume #C29CE3
Tints of Perfume #C29CE3
RGB
CMYK
RGB Variations
Color information
#C29CE3 (or 0xC29CE3) is known color: Perfume. HEX triplet: C2, 9C and E3. RGB value is (194,156,227). Sum of RGB (Red+Green+Blue) = 194+156+227=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #C29CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CE3 is #3D631C. Grayscale: #AFAFAF. Windows color (decimal): -4023069 or 14916802. OLE color: 14916802.
HSL color Cylindrical-coordinate representation of color #C29CE3: hue angle of 272.11º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29CE3 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 156 | 227 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.11 |
| HSL | 272.11º | 0.56% | 0.75% | - |
| HSV(B) | 272.11º | 0.31% | 0.89% | - |
| XYZ | 48 | 40.79 | 78.02 | - |
| YUV | 175.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 227 | 0.15 | 0.31 | 0 | 0.11 | 272.11 | 0.56 | 0.75 |
| Hex | C2 | 9C | E3 | F | 1F | 0 | B | 110 | 38 | 4B |
| Octal | 302 | 234 | 343 | 17 | 37 | 0 | 13 | 420 | 70 | 113 |
| Binary | 11000010 | 10011100 | 11100011 | 1111 | 11111 | 0 | 1011 | 100010000 | 111000 | 1001011 |
Color Harmonies of #C29CE3
Complementary color
Monochromatic Colors of #C29CE3
Black with #C29CE3
Text Example
Text Example
White with #C29CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CE3; }
p { color: rgb(194,156,227); }
H1.HeaderClassName
{
color: #C29CE3;
}
.AnyTagClassName
{
color: #C29CE3;
}
</style>
background-color css
<style>
a { background-color: #C29CE3; }
a { background-color: rgb(194,156,227); }
div.DivClassName
{
background-color: #C29CE3;
}
.BgClassName
{
background-color: #C29CE3;
}
</style>
border-color css
<style>
span { border-color: #C29CE3; }
span { border-color: rgb(194,156,227); }
td.TdClassName
{
border-color: #C29CE3;
}
.TagClassName
{
border-color: #C29CE3;
}
</style>