Shades of Perfume #C29FED
Tints of Perfume #C29FED
RGB
CMYK
RGB Variations
Color information
#C29FED (or 0xC29FED) is known color: Perfume. HEX triplet: C2, 9F and ED. RGB value is (194,159,237). Sum of RGB (Red+Green+Blue) = 194+159+237=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #C29FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FED is #3D6012. Grayscale: #B2B2B2. Windows color (decimal): -4022291 or 15572930. OLE color: 15572930.
HSL color Cylindrical-coordinate representation of color #C29FED: hue angle of 266.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29FED is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 159 | 237 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.07 |
| HSL | 266.92º | 0.68% | 0.78% | - |
| HSV(B) | 266.92º | 0.33% | 0.93% | - |
| XYZ | 49.93 | 42.38 | 85.67 | - |
| YUV | 178.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 237 | 0.18 | 0.33 | 0 | 0.07 | 266.92 | 0.68 | 0.78 |
| Hex | C2 | 9F | ED | 12 | 21 | 0 | 7 | 10B | 44 | 4E |
| Octal | 302 | 237 | 355 | 22 | 41 | 0 | 7 | 413 | 104 | 116 |
| Binary | 11000010 | 10011111 | 11101101 | 10010 | 100001 | 0 | 111 | 100001011 | 1000100 | 1001110 |
Color Harmonies of #C29FED
Complementary color
Monochromatic Colors of #C29FED
Black with #C29FED
Text Example
Text Example
White with #C29FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FED; }
p { color: rgb(194,159,237); }
H1.HeaderClassName
{
color: #C29FED;
}
.AnyTagClassName
{
color: #C29FED;
}
</style>
background-color css
<style>
a { background-color: #C29FED; }
a { background-color: rgb(194,159,237); }
div.DivClassName
{
background-color: #C29FED;
}
.BgClassName
{
background-color: #C29FED;
}
</style>
border-color css
<style>
span { border-color: #C29FED; }
span { border-color: rgb(194,159,237); }
td.TdClassName
{
border-color: #C29FED;
}
.TagClassName
{
border-color: #C29FED;
}
</style>