Shades of Perfume #C29BF4
Tints of Perfume #C29BF4
RGB
CMYK
RGB Variations
Color information
#C29BF4 (or 0xC29BF4) is known color: Perfume. HEX triplet: C2, 9B and F4. RGB value is (194,155,244). Sum of RGB (Red+Green+Blue) = 194+155+244=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #C29BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BF4 is #3D640B. Grayscale: #B0B0B0. Windows color (decimal): -4023308 or 16030658. OLE color: 16030658.
HSL color Cylindrical-coordinate representation of color #C29BF4: hue angle of 266.29º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29BF4 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 155 | 244 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.04 |
| HSL | 266.29º | 0.8% | 0.78% | - |
| HSV(B) | 266.29º | 0.36% | 0.96% | - |
| XYZ | 50.3 | 41.44 | 90.94 | - |
| YUV | 176.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 244 | 0.20 | 0.36 | 0 | 0.04 | 266.29 | 0.8 | 0.78 |
| Hex | C2 | 9B | F4 | 14 | 24 | 0 | 4 | 10A | 50 | 4E |
| Octal | 302 | 233 | 364 | 24 | 44 | 0 | 4 | 412 | 120 | 116 |
| Binary | 11000010 | 10011011 | 11110100 | 10100 | 100100 | 0 | 100 | 100001010 | 1010000 | 1001110 |
Color Harmonies of #C29BF4
Complementary color
Monochromatic Colors of #C29BF4
Black with #C29BF4
Text Example
Text Example
White with #C29BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BF4; }
p { color: rgb(194,155,244); }
H1.HeaderClassName
{
color: #C29BF4;
}
.AnyTagClassName
{
color: #C29BF4;
}
</style>
background-color css
<style>
a { background-color: #C29BF4; }
a { background-color: rgb(194,155,244); }
div.DivClassName
{
background-color: #C29BF4;
}
.BgClassName
{
background-color: #C29BF4;
}
</style>
border-color css
<style>
span { border-color: #C29BF4; }
span { border-color: rgb(194,155,244); }
td.TdClassName
{
border-color: #C29BF4;
}
.TagClassName
{
border-color: #C29BF4;
}
</style>