Shades of Perfume #C29BFC
Tints of Perfume #C29BFC
RGB
CMYK
RGB Variations
Color information
#C29BFC (or 0xC29BFC) is known color: Perfume. HEX triplet: C2, 9B and FC. RGB value is (194,155,252). Sum of RGB (Red+Green+Blue) = 194+155+252=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFC is #3D6403. Grayscale: #B1B1B1. Windows color (decimal): -4023300 or 16554946. OLE color: 16554946.
HSL color Cylindrical-coordinate representation of color #C29BFC: hue angle of 264.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29BFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 155 | 252 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 264.12º | 0.94% | 0.8% | - |
| HSV(B) | 264.12º | 0.38% | 0.99% | - |
| XYZ | 51.54 | 41.94 | 97.47 | - |
| YUV | 177.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 252 | 0.23 | 0.38 | 0 | 0.01 | 264.12 | 0.94 | 0.8 |
| Hex | C2 | 9B | FC | 17 | 26 | 0 | 1 | 108 | 5E | 50 |
| Octal | 302 | 233 | 374 | 27 | 46 | 0 | 1 | 410 | 136 | 120 |
| Binary | 11000010 | 10011011 | 11111100 | 10111 | 100110 | 0 | 1 | 100001000 | 1011110 | 1010000 |
Color Harmonies of #C29BFC
Complementary color
Monochromatic Colors of #C29BFC
Black with #C29BFC
Text Example
Text Example
White with #C29BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BFC; }
p { color: rgb(194,155,252); }
H1.HeaderClassName
{
color: #C29BFC;
}
.AnyTagClassName
{
color: #C29BFC;
}
</style>
background-color css
<style>
a { background-color: #C29BFC; }
a { background-color: rgb(194,155,252); }
div.DivClassName
{
background-color: #C29BFC;
}
.BgClassName
{
background-color: #C29BFC;
}
</style>
border-color css
<style>
span { border-color: #C29BFC; }
span { border-color: rgb(194,155,252); }
td.TdClassName
{
border-color: #C29BFC;
}
.TagClassName
{
border-color: #C29BFC;
}
</style>