Shades of Perfume #C397FC
Tints of Perfume #C397FC
RGB
CMYK
RGB Variations
Color information
#C397FC (or 0xC397FC) is known color: Perfume. HEX triplet: C3, 97 and FC. RGB value is (195,151,252). Sum of RGB (Red+Green+Blue) = 195+151+252=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C397FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397FC is #3C6803. Grayscale: #AFAFAF. Windows color (decimal): -3958788 or 16553923. OLE color: 16553923.
HSL color Cylindrical-coordinate representation of color #C397FC: hue angle of 266.14º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C397FC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 151 | 252 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.01 |
| HSL | 266.14º | 0.94% | 0.79% | - |
| HSV(B) | 266.14º | 0.4% | 0.99% | - |
| XYZ | 51.14 | 40.76 | 97.27 | - |
| YUV | 175.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 252 | 0.23 | 0.40 | 0 | 0.01 | 266.14 | 0.94 | 0.79 |
| Hex | C3 | 97 | FC | 17 | 28 | 0 | 1 | 10A | 5E | 4F |
| Octal | 303 | 227 | 374 | 27 | 50 | 0 | 1 | 412 | 136 | 117 |
| Binary | 11000011 | 10010111 | 11111100 | 10111 | 101000 | 0 | 1 | 100001010 | 1011110 | 1001111 |
Color Harmonies of #C397FC
Complementary color
Monochromatic Colors of #C397FC
Black with #C397FC
Text Example
Text Example
White with #C397FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397FC; }
p { color: rgb(195,151,252); }
H1.HeaderClassName
{
color: #C397FC;
}
.AnyTagClassName
{
color: #C397FC;
}
</style>
background-color css
<style>
a { background-color: #C397FC; }
a { background-color: rgb(195,151,252); }
div.DivClassName
{
background-color: #C397FC;
}
.BgClassName
{
background-color: #C397FC;
}
</style>
border-color css
<style>
span { border-color: #C397FC; }
span { border-color: rgb(195,151,252); }
td.TdClassName
{
border-color: #C397FC;
}
.TagClassName
{
border-color: #C397FC;
}
</style>