Shades of Perfume #C59EFA
Tints of Perfume #C59EFA
RGB
CMYK
RGB Variations
Color information
#C59EFA (or 0xC59EFA) is known color: Perfume. HEX triplet: C5, 9E and FA. RGB value is (197,158,250). Sum of RGB (Red+Green+Blue) = 197+158+250=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59EFA is #3A6105. Grayscale: #B3B3B3. Windows color (decimal): -3825926 or 16424645. OLE color: 16424645.
HSL color Cylindrical-coordinate representation of color #C59EFA: hue angle of 265.43º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C59EFA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 158 | 250 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.02 |
| HSL | 265.43º | 0.9% | 0.8% | - |
| HSV(B) | 265.43º | 0.37% | 0.98% | - |
| XYZ | 52.51 | 43.23 | 96.02 | - |
| YUV | 180.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 250 | 0.21 | 0.37 | 0 | 0.02 | 265.43 | 0.9 | 0.8 |
| Hex | C5 | 9E | FA | 15 | 25 | 0 | 2 | 109 | 5A | 50 |
| Octal | 305 | 236 | 372 | 25 | 45 | 0 | 2 | 411 | 132 | 120 |
| Binary | 11000101 | 10011110 | 11111010 | 10101 | 100101 | 0 | 10 | 100001001 | 1011010 | 1010000 |
Color Harmonies of #C59EFA
Complementary color
Monochromatic Colors of #C59EFA
Black with #C59EFA
Text Example
Text Example
White with #C59EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EFA; }
p { color: rgb(197,158,250); }
H1.HeaderClassName
{
color: #C59EFA;
}
.AnyTagClassName
{
color: #C59EFA;
}
</style>
background-color css
<style>
a { background-color: #C59EFA; }
a { background-color: rgb(197,158,250); }
div.DivClassName
{
background-color: #C59EFA;
}
.BgClassName
{
background-color: #C59EFA;
}
</style>
border-color css
<style>
span { border-color: #C59EFA; }
span { border-color: rgb(197,158,250); }
td.TdClassName
{
border-color: #C59EFA;
}
.TagClassName
{
border-color: #C59EFA;
}
</style>