Shades of Perfume #C599FC
Tints of Perfume #C599FC
RGB
CMYK
RGB Variations
Color information
#C599FC (or 0xC599FC) is known color: Perfume. HEX triplet: C5, 99 and FC. RGB value is (197,153,252). Sum of RGB (Red+Green+Blue) = 197+153+252=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C599FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599FC is #3A6603. Grayscale: #B1B1B1. Windows color (decimal): -3827204 or 16554437. OLE color: 16554437.
HSL color Cylindrical-coordinate representation of color #C599FC: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C599FC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 153 | 252 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.01 |
| HSL | 266.67º | 0.94% | 0.79% | - |
| HSV(B) | 266.67º | 0.39% | 0.99% | - |
| XYZ | 51.99 | 41.68 | 97.4 | - |
| YUV | 177.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 252 | 0.22 | 0.39 | 0 | 0.01 | 266.67 | 0.94 | 0.79 |
| Hex | C5 | 99 | FC | 16 | 27 | 0 | 1 | 10B | 5E | 4F |
| Octal | 305 | 231 | 374 | 26 | 47 | 0 | 1 | 413 | 136 | 117 |
| Binary | 11000101 | 10011001 | 11111100 | 10110 | 100111 | 0 | 1 | 100001011 | 1011110 | 1001111 |
Color Harmonies of #C599FC
Complementary color
Monochromatic Colors of #C599FC
Black with #C599FC
Text Example
Text Example
White with #C599FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599FC; }
p { color: rgb(197,153,252); }
H1.HeaderClassName
{
color: #C599FC;
}
.AnyTagClassName
{
color: #C599FC;
}
</style>
background-color css
<style>
a { background-color: #C599FC; }
a { background-color: rgb(197,153,252); }
div.DivClassName
{
background-color: #C599FC;
}
.BgClassName
{
background-color: #C599FC;
}
</style>
border-color css
<style>
span { border-color: #C599FC; }
span { border-color: rgb(197,153,252); }
td.TdClassName
{
border-color: #C599FC;
}
.TagClassName
{
border-color: #C599FC;
}
</style>