Shades of Perfume #C29CFB
Tints of Perfume #C29CFB
RGB
CMYK
RGB Variations
Color information
#C29CFB (or 0xC29CFB) is known color: Perfume. HEX triplet: C2, 9C and FB. RGB value is (194,156,251). Sum of RGB (Red+Green+Blue) = 194+156+251=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C29CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CFB is #3D6304. Grayscale: #B1B1B1. Windows color (decimal): -4023045 or 16489666. OLE color: 16489666.
HSL color Cylindrical-coordinate representation of color #C29CFB: hue angle of 264º 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 #C29CFB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 156 | 251 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.02 |
| HSL | 264º | 0.92% | 0.8% | - |
| HSV(B) | 264º | 0.38% | 0.98% | - |
| XYZ | 51.55 | 42.21 | 96.7 | - |
| YUV | 178.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 251 | 0.23 | 0.38 | 0 | 0.02 | 264 | 0.92 | 0.8 |
| Hex | C2 | 9C | FB | 17 | 26 | 0 | 2 | 108 | 5C | 50 |
| Octal | 302 | 234 | 373 | 27 | 46 | 0 | 2 | 410 | 134 | 120 |
| Binary | 11000010 | 10011100 | 11111011 | 10111 | 100110 | 0 | 10 | 100001000 | 1011100 | 1010000 |
Color Harmonies of #C29CFB
Complementary color
Monochromatic Colors of #C29CFB
Black with #C29CFB
Text Example
Text Example
White with #C29CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CFB; }
p { color: rgb(194,156,251); }
H1.HeaderClassName
{
color: #C29CFB;
}
.AnyTagClassName
{
color: #C29CFB;
}
</style>
background-color css
<style>
a { background-color: #C29CFB; }
a { background-color: rgb(194,156,251); }
div.DivClassName
{
background-color: #C29CFB;
}
.BgClassName
{
background-color: #C29CFB;
}
</style>
border-color css
<style>
span { border-color: #C29CFB; }
span { border-color: rgb(194,156,251); }
td.TdClassName
{
border-color: #C29CFB;
}
.TagClassName
{
border-color: #C29CFB;
}
</style>