Shades of Perfume #C29AFE
Tints of Perfume #C29AFE
RGB
CMYK
RGB Variations
Color information
#C29AFE (or 0xC29AFE) is known color: Perfume. HEX triplet: C2, 9A and FE. RGB value is (194,154,254). Sum of RGB (Red+Green+Blue) = 194+154+254=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C29AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AFE is #3D6501. Grayscale: #B1B1B1. Windows color (decimal): -4023554 or 16685762. OLE color: 16685762.
HSL color Cylindrical-coordinate representation of color #C29AFE: hue angle of 264º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29AFE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 154 | 254 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.00 |
| HSL | 264º | 0.98% | 0.8% | - |
| HSV(B) | 264º | 0.39% | 1% | - |
| XYZ | 51.69 | 41.74 | 99.1 | - |
| YUV | 177.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 254 | 0.24 | 0.39 | 0 | 0.00 | 264 | 0.98 | 0.8 |
| Hex | C2 | 9A | FE | 18 | 27 | 0 | 0 | 108 | 62 | 50 |
| Octal | 302 | 232 | 376 | 30 | 47 | 0 | 0 | 410 | 142 | 120 |
| Binary | 11000010 | 10011010 | 11111110 | 11000 | 100111 | 0 | 0 | 100001000 | 1100010 | 1010000 |
Color Harmonies of #C29AFE
Complementary color
Monochromatic Colors of #C29AFE
Black with #C29AFE
Text Example
Text Example
White with #C29AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AFE; }
p { color: rgb(194,154,254); }
H1.HeaderClassName
{
color: #C29AFE;
}
.AnyTagClassName
{
color: #C29AFE;
}
</style>
background-color css
<style>
a { background-color: #C29AFE; }
a { background-color: rgb(194,154,254); }
div.DivClassName
{
background-color: #C29AFE;
}
.BgClassName
{
background-color: #C29AFE;
}
</style>
border-color css
<style>
span { border-color: #C29AFE; }
span { border-color: rgb(194,154,254); }
td.TdClassName
{
border-color: #C29AFE;
}
.TagClassName
{
border-color: #C29AFE;
}
</style>