Shades of Perfume #C29AF6
Tints of Perfume #C29AF6
RGB
CMYK
RGB Variations
Color information
#C29AF6 (or 0xC29AF6) is known color: Perfume. HEX triplet: C2, 9A and F6. RGB value is (194,154,246). Sum of RGB (Red+Green+Blue) = 194+154+246=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #C29AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AF6 is #3D6509. Grayscale: #B0B0B0. Windows color (decimal): -4023562 or 16161474. OLE color: 16161474.
HSL color Cylindrical-coordinate representation of color #C29AF6: hue angle of 266.09º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29AF6 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 154 | 246 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.04 |
| HSL | 266.09º | 0.84% | 0.78% | - |
| HSV(B) | 266.09º | 0.37% | 0.96% | - |
| XYZ | 50.44 | 41.23 | 92.49 | - |
| YUV | 176.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 246 | 0.21 | 0.37 | 0 | 0.04 | 266.09 | 0.84 | 0.78 |
| Hex | C2 | 9A | F6 | 15 | 25 | 0 | 4 | 10A | 54 | 4E |
| Octal | 302 | 232 | 366 | 25 | 45 | 0 | 4 | 412 | 124 | 116 |
| Binary | 11000010 | 10011010 | 11110110 | 10101 | 100101 | 0 | 100 | 100001010 | 1010100 | 1001110 |
Color Harmonies of #C29AF6
Complementary color
Monochromatic Colors of #C29AF6
Black with #C29AF6
Text Example
Text Example
White with #C29AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AF6; }
p { color: rgb(194,154,246); }
H1.HeaderClassName
{
color: #C29AF6;
}
.AnyTagClassName
{
color: #C29AF6;
}
</style>
background-color css
<style>
a { background-color: #C29AF6; }
a { background-color: rgb(194,154,246); }
div.DivClassName
{
background-color: #C29AF6;
}
.BgClassName
{
background-color: #C29AF6;
}
</style>
border-color css
<style>
span { border-color: #C29AF6; }
span { border-color: rgb(194,154,246); }
td.TdClassName
{
border-color: #C29AF6;
}
.TagClassName
{
border-color: #C29AF6;
}
</style>