Shades of Perfume #C59FED
Tints of Perfume #C59FED
RGB
CMYK
RGB Variations
Color information
#C59FED (or 0xC59FED) is known color: Perfume. HEX triplet: C5, 9F and ED. RGB value is (197,159,237). Sum of RGB (Red+Green+Blue) = 197+159+237=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #C59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59FED is #3A6012. Grayscale: #B2B2B2. Windows color (decimal): -3825683 or 15572933. OLE color: 15572933.
HSL color Cylindrical-coordinate representation of color #C59FED: hue angle of 269.23º 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 #C59FED is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 159 | 237 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.07 |
| HSL | 269.23º | 0.68% | 0.78% | - |
| HSV(B) | 269.23º | 0.33% | 0.93% | - |
| XYZ | 50.71 | 42.78 | 85.71 | - |
| YUV | 179.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 237 | 0.17 | 0.33 | 0 | 0.07 | 269.23 | 0.68 | 0.78 |
| Hex | C5 | 9F | ED | 11 | 21 | 0 | 7 | 10D | 44 | 4E |
| Octal | 305 | 237 | 355 | 21 | 41 | 0 | 7 | 415 | 104 | 116 |
| Binary | 11000101 | 10011111 | 11101101 | 10001 | 100001 | 0 | 111 | 100001101 | 1000100 | 1001110 |
Color Harmonies of #C59FED
Complementary color
Monochromatic Colors of #C59FED
Black with #C59FED
Text Example
Text Example
White with #C59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FED; }
p { color: rgb(197,159,237); }
H1.HeaderClassName
{
color: #C59FED;
}
.AnyTagClassName
{
color: #C59FED;
}
</style>
background-color css
<style>
a { background-color: #C59FED; }
a { background-color: rgb(197,159,237); }
div.DivClassName
{
background-color: #C59FED;
}
.BgClassName
{
background-color: #C59FED;
}
</style>
border-color css
<style>
span { border-color: #C59FED; }
span { border-color: rgb(197,159,237); }
td.TdClassName
{
border-color: #C59FED;
}
.TagClassName
{
border-color: #C59FED;
}
</style>