Shades of Perfume #C29BFB
Tints of Perfume #C29BFB
RGB
CMYK
RGB Variations
Color information
#C29BFB (or 0xC29BFB) is known color: Perfume. HEX triplet: C2, 9B and FB. RGB value is (194,155,251). Sum of RGB (Red+Green+Blue) = 194+155+251=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #C29BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFB is #3D6404. Grayscale: #B1B1B1. Windows color (decimal): -4023301 or 16489410. OLE color: 16489410.
HSL color Cylindrical-coordinate representation of color #C29BFB: hue angle of 264.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29BFB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 155 | 251 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.02 |
| HSL | 264.38º | 0.92% | 0.8% | - |
| HSV(B) | 264.38º | 0.38% | 0.98% | - |
| XYZ | 51.38 | 41.88 | 96.64 | - |
| YUV | 177.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 251 | 0.23 | 0.38 | 0 | 0.02 | 264.38 | 0.92 | 0.8 |
| Hex | C2 | 9B | FB | 17 | 26 | 0 | 2 | 108 | 5C | 50 |
| Octal | 302 | 233 | 373 | 27 | 46 | 0 | 2 | 410 | 134 | 120 |
| Binary | 11000010 | 10011011 | 11111011 | 10111 | 100110 | 0 | 10 | 100001000 | 1011100 | 1010000 |
Color Harmonies of #C29BFB
Complementary color
Monochromatic Colors of #C29BFB
Black with #C29BFB
Text Example
Text Example
White with #C29BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29BFB; }
p { color: rgb(194,155,251); }
H1.HeaderClassName
{
color: #C29BFB;
}
.AnyTagClassName
{
color: #C29BFB;
}
</style>
background-color css
<style>
a { background-color: #C29BFB; }
a { background-color: rgb(194,155,251); }
div.DivClassName
{
background-color: #C29BFB;
}
.BgClassName
{
background-color: #C29BFB;
}
</style>
border-color css
<style>
span { border-color: #C29BFB; }
span { border-color: rgb(194,155,251); }
td.TdClassName
{
border-color: #C29BFB;
}
.TagClassName
{
border-color: #C29BFB;
}
</style>