Shades of Perfume #C59BFA
Tints of Perfume #C59BFA
RGB
CMYK
RGB Variations
Color information
#C59BFA (or 0xC59BFA) is known color: Perfume. HEX triplet: C5, 9B and FA. RGB value is (197,155,250). Sum of RGB (Red+Green+Blue) = 197+155+250=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFA is #3A6405. Grayscale: #B2B2B2. Windows color (decimal): -3826694 or 16423877. OLE color: 16423877.
HSL color Cylindrical-coordinate representation of color #C59BFA: hue angle of 266.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59BFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 155 | 250 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.02 |
| HSL | 266.53º | 0.9% | 0.79% | - |
| HSV(B) | 266.53º | 0.38% | 0.98% | - |
| XYZ | 52 | 42.22 | 95.85 | - |
| YUV | 178.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 250 | 0.21 | 0.38 | 0 | 0.02 | 266.53 | 0.9 | 0.79 |
| Hex | C5 | 9B | FA | 15 | 26 | 0 | 2 | 10B | 5A | 4F |
| Octal | 305 | 233 | 372 | 25 | 46 | 0 | 2 | 413 | 132 | 117 |
| Binary | 11000101 | 10011011 | 11111010 | 10101 | 100110 | 0 | 10 | 100001011 | 1011010 | 1001111 |
Color Harmonies of #C59BFA
Complementary color
Monochromatic Colors of #C59BFA
Black with #C59BFA
Text Example
Text Example
White with #C59BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BFA; }
p { color: rgb(197,155,250); }
H1.HeaderClassName
{
color: #C59BFA;
}
.AnyTagClassName
{
color: #C59BFA;
}
</style>
background-color css
<style>
a { background-color: #C59BFA; }
a { background-color: rgb(197,155,250); }
div.DivClassName
{
background-color: #C59BFA;
}
.BgClassName
{
background-color: #C59BFA;
}
</style>
border-color css
<style>
span { border-color: #C59BFA; }
span { border-color: rgb(197,155,250); }
td.TdClassName
{
border-color: #C59BFA;
}
.TagClassName
{
border-color: #C59BFA;
}
</style>