Shades of Perfume #C59FEA
Tints of Perfume #C59FEA
RGB
CMYK
RGB Variations
Color information
#C59FEA (or 0xC59FEA) is known color: Perfume. HEX triplet: C5, 9F and EA. RGB value is (197,159,234). Sum of RGB (Red+Green+Blue) = 197+159+234=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #C59FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59FEA is #3A6015. Grayscale: #B2B2B2. Windows color (decimal): -3825686 or 15376325. OLE color: 15376325.
HSL color Cylindrical-coordinate representation of color #C59FEA: hue angle of 270.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59FEA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 159 | 234 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.08 |
| HSL | 270.4º | 0.64% | 0.77% | - |
| HSV(B) | 270.4º | 0.32% | 0.92% | - |
| XYZ | 50.28 | 42.61 | 83.42 | - |
| YUV | 178.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 234 | 0.16 | 0.32 | 0 | 0.08 | 270.4 | 0.64 | 0.77 |
| Hex | C5 | 9F | EA | 10 | 20 | 0 | 8 | 10E | 40 | 4D |
| Octal | 305 | 237 | 352 | 20 | 40 | 0 | 10 | 416 | 100 | 115 |
| Binary | 11000101 | 10011111 | 11101010 | 10000 | 100000 | 0 | 1000 | 100001110 | 1000000 | 1001101 |
Color Harmonies of #C59FEA
Complementary color
Monochromatic Colors of #C59FEA
Black with #C59FEA
Text Example
Text Example
White with #C59FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FEA; }
p { color: rgb(197,159,234); }
H1.HeaderClassName
{
color: #C59FEA;
}
.AnyTagClassName
{
color: #C59FEA;
}
</style>
background-color css
<style>
a { background-color: #C59FEA; }
a { background-color: rgb(197,159,234); }
div.DivClassName
{
background-color: #C59FEA;
}
.BgClassName
{
background-color: #C59FEA;
}
</style>
border-color css
<style>
span { border-color: #C59FEA; }
span { border-color: rgb(197,159,234); }
td.TdClassName
{
border-color: #C59FEA;
}
.TagClassName
{
border-color: #C59FEA;
}
</style>