Shades of Perfume #C29BE4
Tints of Perfume #C29BE4
RGB
CMYK
RGB Variations
Color information
#C29BE4 (or 0xC29BE4) is known color: Perfume. HEX triplet: C2, 9B and E4. RGB value is (194,155,228). Sum of RGB (Red+Green+Blue) = 194+155+228=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #C29BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BE4 is #3D641B. Grayscale: #AEAEAE. Windows color (decimal): -4023324 or 14982082. OLE color: 14982082.
HSL color Cylindrical-coordinate representation of color #C29BE4: hue angle of 272.05º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29BE4 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 155 | 228 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.11 |
| HSL | 272.05º | 0.57% | 0.75% | - |
| HSV(B) | 272.05º | 0.32% | 0.89% | - |
| XYZ | 47.97 | 40.51 | 78.69 | - |
| YUV | 174.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 228 | 0.15 | 0.32 | 0 | 0.11 | 272.05 | 0.57 | 0.75 |
| Hex | C2 | 9B | E4 | F | 20 | 0 | B | 110 | 39 | 4B |
| Octal | 302 | 233 | 344 | 17 | 40 | 0 | 13 | 420 | 71 | 113 |
| Binary | 11000010 | 10011011 | 11100100 | 1111 | 100000 | 0 | 1011 | 100010000 | 111001 | 1001011 |
Color Harmonies of #C29BE4
Complementary color
Monochromatic Colors of #C29BE4
Black with #C29BE4
Text Example
Text Example
White with #C29BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BE4; }
p { color: rgb(194,155,228); }
H1.HeaderClassName
{
color: #C29BE4;
}
.AnyTagClassName
{
color: #C29BE4;
}
</style>
background-color css
<style>
a { background-color: #C29BE4; }
a { background-color: rgb(194,155,228); }
div.DivClassName
{
background-color: #C29BE4;
}
.BgClassName
{
background-color: #C29BE4;
}
</style>
border-color css
<style>
span { border-color: #C29BE4; }
span { border-color: rgb(194,155,228); }
td.TdClassName
{
border-color: #C29BE4;
}
.TagClassName
{
border-color: #C29BE4;
}
</style>