Shades of Perfume #C396F3
Tints of Perfume #C396F3
RGB
CMYK
RGB Variations
Color information
#C396F3 (or 0xC396F3) is known color: Perfume. HEX triplet: C3, 96 and F3. RGB value is (195,150,243). Sum of RGB (Red+Green+Blue) = 195+150+243=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #C396F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396F3 is #3C690C. Grayscale: #ADADAD. Windows color (decimal): -3959053 or 15963843. OLE color: 15963843.
HSL color Cylindrical-coordinate representation of color #C396F3: hue angle of 269.03º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C396F3 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 150 | 243 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.05 |
| HSL | 269.03º | 0.79% | 0.77% | - |
| HSV(B) | 269.03º | 0.38% | 0.95% | - |
| XYZ | 49.59 | 39.89 | 89.88 | - |
| YUV | 174.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 243 | 0.20 | 0.38 | 0 | 0.05 | 269.03 | 0.79 | 0.77 |
| Hex | C3 | 96 | F3 | 14 | 26 | 0 | 5 | 10D | 4F | 4D |
| Octal | 303 | 226 | 363 | 24 | 46 | 0 | 5 | 415 | 117 | 115 |
| Binary | 11000011 | 10010110 | 11110011 | 10100 | 100110 | 0 | 101 | 100001101 | 1001111 | 1001101 |
Color Harmonies of #C396F3
Complementary color
Monochromatic Colors of #C396F3
Black with #C396F3
Text Example
Text Example
White with #C396F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396F3; }
p { color: rgb(195,150,243); }
H1.HeaderClassName
{
color: #C396F3;
}
.AnyTagClassName
{
color: #C396F3;
}
</style>
background-color css
<style>
a { background-color: #C396F3; }
a { background-color: rgb(195,150,243); }
div.DivClassName
{
background-color: #C396F3;
}
.BgClassName
{
background-color: #C396F3;
}
</style>
border-color css
<style>
span { border-color: #C396F3; }
span { border-color: rgb(195,150,243); }
td.TdClassName
{
border-color: #C396F3;
}
.TagClassName
{
border-color: #C396F3;
}
</style>