Shades of Perfume #C599F2
Tints of Perfume #C599F2
RGB
CMYK
RGB Variations
Color information
#C599F2 (or 0xC599F2) is known color: Perfume. HEX triplet: C5, 99 and F2. RGB value is (197,153,242). Sum of RGB (Red+Green+Blue) = 197+153+242=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #C599F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599F2 is #3A660D. Grayscale: #AFAFAF. Windows color (decimal): -3827214 or 15899077. OLE color: 15899077.
HSL color Cylindrical-coordinate representation of color #C599F2: hue angle of 269.66º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C599F2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 153 | 242 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.05 |
| HSL | 269.66º | 0.77% | 0.77% | - |
| HSV(B) | 269.66º | 0.37% | 0.95% | - |
| XYZ | 50.44 | 41.06 | 89.27 | - |
| YUV | 176.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 242 | 0.19 | 0.37 | 0 | 0.05 | 269.66 | 0.77 | 0.77 |
| Hex | C5 | 99 | F2 | 13 | 25 | 0 | 5 | 10E | 4D | 4D |
| Octal | 305 | 231 | 362 | 23 | 45 | 0 | 5 | 416 | 115 | 115 |
| Binary | 11000101 | 10011001 | 11110010 | 10011 | 100101 | 0 | 101 | 100001110 | 1001101 | 1001101 |
Color Harmonies of #C599F2
Complementary color
Monochromatic Colors of #C599F2
Black with #C599F2
Text Example
Text Example
White with #C599F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599F2; }
p { color: rgb(197,153,242); }
H1.HeaderClassName
{
color: #C599F2;
}
.AnyTagClassName
{
color: #C599F2;
}
</style>
background-color css
<style>
a { background-color: #C599F2; }
a { background-color: rgb(197,153,242); }
div.DivClassName
{
background-color: #C599F2;
}
.BgClassName
{
background-color: #C599F2;
}
</style>
border-color css
<style>
span { border-color: #C599F2; }
span { border-color: rgb(197,153,242); }
td.TdClassName
{
border-color: #C599F2;
}
.TagClassName
{
border-color: #C599F2;
}
</style>