Shades of Perfume #C196FF
Tints of Perfume #C196FF
RGB
CMYK
RGB Variations
Color information
#C196FF (or 0xC196FF) is known color: Perfume. HEX triplet: C1, 96 and FF. RGB value is (193,150,255). Sum of RGB (Red+Green+Blue) = 193+150+255=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C196FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196FF is #3E6900. Grayscale: #AEAEAE. Windows color (decimal): -4090113 or 16750273. OLE color: 16750273.
HSL color Cylindrical-coordinate representation of color #C196FF: hue angle of 264.57º 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 #C196FF is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 150 | 255 | - |
| CMYK | 0.24 | 0.41 | 0 | 0 |
| HSL | 264.57º | 1% | 0.79% | - |
| HSV(B) | 264.57º | 0.41% | 1% | - |
| XYZ | 50.95 | 40.37 | 99.71 | - |
| YUV | 174.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 255 | 0.24 | 0.41 | 0 | 0 | 264.57 | 1 | 0.79 |
| Hex | C1 | 96 | FF | 18 | 29 | 0 | 0 | 109 | 64 | 4F |
| Octal | 301 | 226 | 377 | 30 | 51 | 0 | 0 | 411 | 144 | 117 |
| Binary | 11000001 | 10010110 | 11111111 | 11000 | 101001 | 0 | 0 | 100001001 | 1100100 | 1001111 |
Color Harmonies of #C196FF
Complementary color
Monochromatic Colors of #C196FF
Black with #C196FF
Text Example
Text Example
White with #C196FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196FF; }
p { color: rgb(193,150,255); }
H1.HeaderClassName
{
color: #C196FF;
}
.AnyTagClassName
{
color: #C196FF;
}
</style>
background-color css
<style>
a { background-color: #C196FF; }
a { background-color: rgb(193,150,255); }
div.DivClassName
{
background-color: #C196FF;
}
.BgClassName
{
background-color: #C196FF;
}
</style>
border-color css
<style>
span { border-color: #C196FF; }
span { border-color: rgb(193,150,255); }
td.TdClassName
{
border-color: #C196FF;
}
.TagClassName
{
border-color: #C196FF;
}
</style>