Shades of Perfume #C397F9
Tints of Perfume #C397F9
RGB
CMYK
RGB Variations
Color information
#C397F9 (or 0xC397F9) is known color: Perfume. HEX triplet: C3, 97 and F9. RGB value is (195,151,249). Sum of RGB (Red+Green+Blue) = 195+151+249=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C397F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397F9 is #3C6806. Grayscale: #AEAEAE. Windows color (decimal): -3958791 or 16357315. OLE color: 16357315.
HSL color Cylindrical-coordinate representation of color #C397F9: hue angle of 266.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C397F9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 151 | 249 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.02 |
| HSL | 266.94º | 0.89% | 0.78% | - |
| HSV(B) | 266.94º | 0.39% | 0.98% | - |
| XYZ | 50.67 | 40.57 | 94.78 | - |
| YUV | 175.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 249 | 0.22 | 0.39 | 0 | 0.02 | 266.94 | 0.89 | 0.78 |
| Hex | C3 | 97 | F9 | 16 | 27 | 0 | 2 | 10B | 59 | 4E |
| Octal | 303 | 227 | 371 | 26 | 47 | 0 | 2 | 413 | 131 | 116 |
| Binary | 11000011 | 10010111 | 11111001 | 10110 | 100111 | 0 | 10 | 100001011 | 1011001 | 1001110 |
Color Harmonies of #C397F9
Complementary color
Monochromatic Colors of #C397F9
Black with #C397F9
Text Example
Text Example
White with #C397F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397F9; }
p { color: rgb(195,151,249); }
H1.HeaderClassName
{
color: #C397F9;
}
.AnyTagClassName
{
color: #C397F9;
}
</style>
background-color css
<style>
a { background-color: #C397F9; }
a { background-color: rgb(195,151,249); }
div.DivClassName
{
background-color: #C397F9;
}
.BgClassName
{
background-color: #C397F9;
}
</style>
border-color css
<style>
span { border-color: #C397F9; }
span { border-color: rgb(195,151,249); }
td.TdClassName
{
border-color: #C397F9;
}
.TagClassName
{
border-color: #C397F9;
}
</style>