Shades of Perfume #C397F8
Tints of Perfume #C397F8
RGB
CMYK
RGB Variations
Color information
#C397F8 (or 0xC397F8) is known color: Perfume. HEX triplet: C3, 97 and F8. RGB value is (195,151,248). Sum of RGB (Red+Green+Blue) = 195+151+248=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #C397F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397F8 is #3C6807. Grayscale: #AEAEAE. Windows color (decimal): -3958792 or 16291779. OLE color: 16291779.
HSL color Cylindrical-coordinate representation of color #C397F8: hue angle of 267.22º 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 #C397F8 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 151 | 248 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.03 |
| HSL | 267.22º | 0.87% | 0.78% | - |
| HSV(B) | 267.22º | 0.39% | 0.97% | - |
| XYZ | 50.52 | 40.51 | 93.96 | - |
| YUV | 175.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 248 | 0.21 | 0.39 | 0 | 0.03 | 267.22 | 0.87 | 0.78 |
| Hex | C3 | 97 | F8 | 15 | 27 | 0 | 3 | 10B | 57 | 4E |
| Octal | 303 | 227 | 370 | 25 | 47 | 0 | 3 | 413 | 127 | 116 |
| Binary | 11000011 | 10010111 | 11111000 | 10101 | 100111 | 0 | 11 | 100001011 | 1010111 | 1001110 |
Color Harmonies of #C397F8
Complementary color
Monochromatic Colors of #C397F8
Black with #C397F8
Text Example
Text Example
White with #C397F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397F8; }
p { color: rgb(195,151,248); }
H1.HeaderClassName
{
color: #C397F8;
}
.AnyTagClassName
{
color: #C397F8;
}
</style>
background-color css
<style>
a { background-color: #C397F8; }
a { background-color: rgb(195,151,248); }
div.DivClassName
{
background-color: #C397F8;
}
.BgClassName
{
background-color: #C397F8;
}
</style>
border-color css
<style>
span { border-color: #C397F8; }
span { border-color: rgb(195,151,248); }
td.TdClassName
{
border-color: #C397F8;
}
.TagClassName
{
border-color: #C397F8;
}
</style>