Shades of Perfume #C59BFC
Tints of Perfume #C59BFC
RGB
CMYK
RGB Variations
Color information
#C59BFC (or 0xC59BFC) is known color: Perfume. HEX triplet: C5, 9B and FC. RGB value is (197,155,252). Sum of RGB (Red+Green+Blue) = 197+155+252=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C59BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFC is #3A6403. Grayscale: #B2B2B2. Windows color (decimal): -3826692 or 16554949. OLE color: 16554949.
HSL color Cylindrical-coordinate representation of color #C59BFC: hue angle of 265.98º 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 #C59BFC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 155 | 252 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.01 |
| HSL | 265.98º | 0.94% | 0.8% | - |
| HSV(B) | 265.98º | 0.38% | 0.99% | - |
| XYZ | 52.32 | 42.34 | 97.51 | - |
| YUV | 178.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 252 | 0.22 | 0.38 | 0 | 0.01 | 265.98 | 0.94 | 0.8 |
| Hex | C5 | 9B | FC | 16 | 26 | 0 | 1 | 10A | 5E | 50 |
| Octal | 305 | 233 | 374 | 26 | 46 | 0 | 1 | 412 | 136 | 120 |
| Binary | 11000101 | 10011011 | 11111100 | 10110 | 100110 | 0 | 1 | 100001010 | 1011110 | 1010000 |
Color Harmonies of #C59BFC
Complementary color
Monochromatic Colors of #C59BFC
Black with #C59BFC
Text Example
Text Example
White with #C59BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BFC; }
p { color: rgb(197,155,252); }
H1.HeaderClassName
{
color: #C59BFC;
}
.AnyTagClassName
{
color: #C59BFC;
}
</style>
background-color css
<style>
a { background-color: #C59BFC; }
a { background-color: rgb(197,155,252); }
div.DivClassName
{
background-color: #C59BFC;
}
.BgClassName
{
background-color: #C59BFC;
}
</style>
border-color css
<style>
span { border-color: #C59BFC; }
span { border-color: rgb(197,155,252); }
td.TdClassName
{
border-color: #C59BFC;
}
.TagClassName
{
border-color: #C59BFC;
}
</style>