Shades of Perfume #C597F8
Tints of Perfume #C597F8
RGB
CMYK
RGB Variations
Color information
#C597F8 (or 0xC597F8) is known color: Perfume. HEX triplet: C5, 97 and F8. RGB value is (197,151,248). Sum of RGB (Red+Green+Blue) = 197+151+248=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #C597F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C597F8 is #3A6807. Grayscale: #AFAFAF. Windows color (decimal): -3827720 or 16291781. OLE color: 16291781.
HSL color Cylindrical-coordinate representation of color #C597F8: hue angle of 268.45º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C597F8 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 151 | 248 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.03 |
| HSL | 268.45º | 0.87% | 0.78% | - |
| HSV(B) | 268.45º | 0.39% | 0.97% | - |
| XYZ | 51.04 | 40.78 | 93.99 | - |
| YUV | 175.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 248 | 0.21 | 0.39 | 0 | 0.03 | 268.45 | 0.87 | 0.78 |
| Hex | C5 | 97 | F8 | 15 | 27 | 0 | 3 | 10C | 57 | 4E |
| Octal | 305 | 227 | 370 | 25 | 47 | 0 | 3 | 414 | 127 | 116 |
| Binary | 11000101 | 10010111 | 11111000 | 10101 | 100111 | 0 | 11 | 100001100 | 1010111 | 1001110 |
Color Harmonies of #C597F8
Complementary color
Monochromatic Colors of #C597F8
Black with #C597F8
Text Example
Text Example
White with #C597F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597F8; }
p { color: rgb(197,151,248); }
H1.HeaderClassName
{
color: #C597F8;
}
.AnyTagClassName
{
color: #C597F8;
}
</style>
background-color css
<style>
a { background-color: #C597F8; }
a { background-color: rgb(197,151,248); }
div.DivClassName
{
background-color: #C597F8;
}
.BgClassName
{
background-color: #C597F8;
}
</style>
border-color css
<style>
span { border-color: #C597F8; }
span { border-color: rgb(197,151,248); }
td.TdClassName
{
border-color: #C597F8;
}
.TagClassName
{
border-color: #C597F8;
}
</style>