Shades of Perfume #C59BFD
Tints of Perfume #C59BFD
RGB
CMYK
RGB Variations
Color information
#C59BFD (or 0xC59BFD) is known color: Perfume. HEX triplet: C5, 9B and FD. RGB value is (197,155,253). Sum of RGB (Red+Green+Blue) = 197+155+253=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #C59BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFD is #3A6402. Grayscale: #B2B2B2. Windows color (decimal): -3826691 or 16620485. OLE color: 16620485.
HSL color Cylindrical-coordinate representation of color #C59BFD: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59BFD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 155 | 253 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.01 |
| HSL | 265.71º | 0.96% | 0.8% | - |
| HSV(B) | 265.71º | 0.39% | 0.99% | - |
| XYZ | 52.48 | 42.4 | 98.35 | - |
| YUV | 178.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 253 | 0.22 | 0.39 | 0 | 0.01 | 265.71 | 0.96 | 0.8 |
| Hex | C5 | 9B | FD | 16 | 27 | 0 | 1 | 10A | 60 | 50 |
| Octal | 305 | 233 | 375 | 26 | 47 | 0 | 1 | 412 | 140 | 120 |
| Binary | 11000101 | 10011011 | 11111101 | 10110 | 100111 | 0 | 1 | 100001010 | 1100000 | 1010000 |
Color Harmonies of #C59BFD
Complementary color
Monochromatic Colors of #C59BFD
Black with #C59BFD
Text Example
Text Example
White with #C59BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BFD; }
p { color: rgb(197,155,253); }
H1.HeaderClassName
{
color: #C59BFD;
}
.AnyTagClassName
{
color: #C59BFD;
}
</style>
background-color css
<style>
a { background-color: #C59BFD; }
a { background-color: rgb(197,155,253); }
div.DivClassName
{
background-color: #C59BFD;
}
.BgClassName
{
background-color: #C59BFD;
}
</style>
border-color css
<style>
span { border-color: #C59BFD; }
span { border-color: rgb(197,155,253); }
td.TdClassName
{
border-color: #C59BFD;
}
.TagClassName
{
border-color: #C59BFD;
}
</style>