Shades of Perfume #C396F7
Tints of Perfume #C396F7
RGB
CMYK
RGB Variations
Color information
#C396F7 (or 0xC396F7) is known color: Perfume. HEX triplet: C3, 96 and F7. RGB value is (195,150,247). Sum of RGB (Red+Green+Blue) = 195+150+247=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #C396F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396F7 is #3C6908. Grayscale: #AEAEAE. Windows color (decimal): -3959049 or 16225987. OLE color: 16225987.
HSL color Cylindrical-coordinate representation of color #C396F7: hue angle of 267.84º degrees, saturation: 0.86, 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 #C396F7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 150 | 247 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.03 |
| HSL | 267.84º | 0.86% | 0.78% | - |
| HSV(B) | 267.84º | 0.39% | 0.97% | - |
| XYZ | 50.2 | 40.13 | 93.1 | - |
| YUV | 174.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 247 | 0.21 | 0.39 | 0 | 0.03 | 267.84 | 0.86 | 0.78 |
| Hex | C3 | 96 | F7 | 15 | 27 | 0 | 3 | 10C | 56 | 4E |
| Octal | 303 | 226 | 367 | 25 | 47 | 0 | 3 | 414 | 126 | 116 |
| Binary | 11000011 | 10010110 | 11110111 | 10101 | 100111 | 0 | 11 | 100001100 | 1010110 | 1001110 |
Color Harmonies of #C396F7
Complementary color
Monochromatic Colors of #C396F7
Black with #C396F7
Text Example
Text Example
White with #C396F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396F7; }
p { color: rgb(195,150,247); }
H1.HeaderClassName
{
color: #C396F7;
}
.AnyTagClassName
{
color: #C396F7;
}
</style>
background-color css
<style>
a { background-color: #C396F7; }
a { background-color: rgb(195,150,247); }
div.DivClassName
{
background-color: #C396F7;
}
.BgClassName
{
background-color: #C396F7;
}
</style>
border-color css
<style>
span { border-color: #C396F7; }
span { border-color: rgb(195,150,247); }
td.TdClassName
{
border-color: #C396F7;
}
.TagClassName
{
border-color: #C396F7;
}
</style>