Shades of Perfume #C59DFC
Tints of Perfume #C59DFC
RGB
CMYK
RGB Variations
Color information
#C59DFC (or 0xC59DFC) is known color: Perfume. HEX triplet: C5, 9D and FC. RGB value is (197,157,252). Sum of RGB (Red+Green+Blue) = 197+157+252=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C59DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DFC is #3A6203. Grayscale: #B3B3B3. Windows color (decimal): -3826180 or 16555461. OLE color: 16555461.
HSL color Cylindrical-coordinate representation of color #C59DFC: hue angle of 265.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59DFC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 157 | 252 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.01 |
| HSL | 265.26º | 0.94% | 0.8% | - |
| HSV(B) | 265.26º | 0.38% | 0.99% | - |
| XYZ | 52.65 | 43.01 | 97.62 | - |
| YUV | 179.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 252 | 0.22 | 0.38 | 0 | 0.01 | 265.26 | 0.94 | 0.8 |
| Hex | C5 | 9D | FC | 16 | 26 | 0 | 1 | 109 | 5E | 50 |
| Octal | 305 | 235 | 374 | 26 | 46 | 0 | 1 | 411 | 136 | 120 |
| Binary | 11000101 | 10011101 | 11111100 | 10110 | 100110 | 0 | 1 | 100001001 | 1011110 | 1010000 |
Color Harmonies of #C59DFC
Complementary color
Monochromatic Colors of #C59DFC
Black with #C59DFC
Text Example
Text Example
White with #C59DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59DFC; }
p { color: rgb(197,157,252); }
H1.HeaderClassName
{
color: #C59DFC;
}
.AnyTagClassName
{
color: #C59DFC;
}
</style>
background-color css
<style>
a { background-color: #C59DFC; }
a { background-color: rgb(197,157,252); }
div.DivClassName
{
background-color: #C59DFC;
}
.BgClassName
{
background-color: #C59DFC;
}
</style>
border-color css
<style>
span { border-color: #C59DFC; }
span { border-color: rgb(197,157,252); }
td.TdClassName
{
border-color: #C59DFC;
}
.TagClassName
{
border-color: #C59DFC;
}
</style>