Shades of Perfume #C396FF
Tints of Perfume #C396FF
RGB
CMYK
RGB Variations
Color information
#C396FF (or 0xC396FF) is known color: Perfume. HEX triplet: C3, 96 and FF. RGB value is (195,150,255). Sum of RGB (Red+Green+Blue) = 195+150+255=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FF is #3C6900. Grayscale: #AFAFAF. Windows color (decimal): -3959041 or 16750275. OLE color: 16750275.
HSL color Cylindrical-coordinate representation of color #C396FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C396FF is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 150 | 255 | - |
| CMYK | 0.24 | 0.41 | 0 | 0 |
| HSL | 265.71º | 1% | 0.79% | - |
| HSV(B) | 265.71º | 0.41% | 1% | - |
| XYZ | 51.46 | 40.63 | 99.74 | - |
| YUV | 175.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 255 | 0.24 | 0.41 | 0 | 0 | 265.71 | 1 | 0.79 |
| Hex | C3 | 96 | FF | 18 | 29 | 0 | 0 | 10A | 64 | 4F |
| Octal | 303 | 226 | 377 | 30 | 51 | 0 | 0 | 412 | 144 | 117 |
| Binary | 11000011 | 10010110 | 11111111 | 11000 | 101001 | 0 | 0 | 100001010 | 1100100 | 1001111 |
Color Harmonies of #C396FF
Complementary color
Monochromatic Colors of #C396FF
Black with #C396FF
Text Example
Text Example
White with #C396FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396FF; }
p { color: rgb(195,150,255); }
H1.HeaderClassName
{
color: #C396FF;
}
.AnyTagClassName
{
color: #C396FF;
}
</style>
background-color css
<style>
a { background-color: #C396FF; }
a { background-color: rgb(195,150,255); }
div.DivClassName
{
background-color: #C396FF;
}
.BgClassName
{
background-color: #C396FF;
}
</style>
border-color css
<style>
span { border-color: #C396FF; }
span { border-color: rgb(195,150,255); }
td.TdClassName
{
border-color: #C396FF;
}
.TagClassName
{
border-color: #C396FF;
}
</style>