Shades of Perfume #C59FEC
Tints of Perfume #C59FEC
RGB
CMYK
RGB Variations
Color information
#C59FEC (or 0xC59FEC) is known color: Perfume. HEX triplet: C5, 9F and EC. RGB value is (197,159,236). Sum of RGB (Red+Green+Blue) = 197+159+236=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #C59FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59FEC is #3A6013. Grayscale: #B2B2B2. Windows color (decimal): -3825684 or 15507397. OLE color: 15507397.
HSL color Cylindrical-coordinate representation of color #C59FEC: hue angle of 269.61º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59FEC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 159 | 236 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.07 |
| HSL | 269.61º | 0.67% | 0.77% | - |
| HSV(B) | 269.61º | 0.33% | 0.93% | - |
| XYZ | 50.56 | 42.72 | 84.94 | - |
| YUV | 179.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 236 | 0.17 | 0.33 | 0 | 0.07 | 269.61 | 0.67 | 0.77 |
| Hex | C5 | 9F | EC | 11 | 21 | 0 | 7 | 10E | 43 | 4D |
| Octal | 305 | 237 | 354 | 21 | 41 | 0 | 7 | 416 | 103 | 115 |
| Binary | 11000101 | 10011111 | 11101100 | 10001 | 100001 | 0 | 111 | 100001110 | 1000011 | 1001101 |
Color Harmonies of #C59FEC
Complementary color
Monochromatic Colors of #C59FEC
Black with #C59FEC
Text Example
Text Example
White with #C59FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FEC; }
p { color: rgb(197,159,236); }
H1.HeaderClassName
{
color: #C59FEC;
}
.AnyTagClassName
{
color: #C59FEC;
}
</style>
background-color css
<style>
a { background-color: #C59FEC; }
a { background-color: rgb(197,159,236); }
div.DivClassName
{
background-color: #C59FEC;
}
.BgClassName
{
background-color: #C59FEC;
}
</style>
border-color css
<style>
span { border-color: #C59FEC; }
span { border-color: rgb(197,159,236); }
td.TdClassName
{
border-color: #C59FEC;
}
.TagClassName
{
border-color: #C59FEC;
}
</style>