Shades of Perfume #C196FE
Tints of Perfume #C196FE
RGB
CMYK
RGB Variations
Color information
#C196FE (or 0xC196FE) is known color: Perfume. HEX triplet: C1, 96 and FE. RGB value is (193,150,254). Sum of RGB (Red+Green+Blue) = 193+150+254=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C196FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196FE is #3E6901. Grayscale: #AEAEAE. Windows color (decimal): -4090114 or 16684737. OLE color: 16684737.
HSL color Cylindrical-coordinate representation of color #C196FE: hue angle of 264.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C196FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 150 | 254 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.00 |
| HSL | 264.81º | 0.98% | 0.79% | - |
| HSV(B) | 264.81º | 0.41% | 1% | - |
| XYZ | 50.79 | 40.31 | 98.87 | - |
| YUV | 174.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 254 | 0.24 | 0.41 | 0 | 0.00 | 264.81 | 0.98 | 0.79 |
| Hex | C1 | 96 | FE | 18 | 29 | 0 | 0 | 109 | 62 | 4F |
| Octal | 301 | 226 | 376 | 30 | 51 | 0 | 0 | 411 | 142 | 117 |
| Binary | 11000001 | 10010110 | 11111110 | 11000 | 101001 | 0 | 0 | 100001001 | 1100010 | 1001111 |
Color Harmonies of #C196FE
Complementary color
Monochromatic Colors of #C196FE
Black with #C196FE
Text Example
Text Example
White with #C196FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196FE; }
p { color: rgb(193,150,254); }
H1.HeaderClassName
{
color: #C196FE;
}
.AnyTagClassName
{
color: #C196FE;
}
</style>
background-color css
<style>
a { background-color: #C196FE; }
a { background-color: rgb(193,150,254); }
div.DivClassName
{
background-color: #C196FE;
}
.BgClassName
{
background-color: #C196FE;
}
</style>
border-color css
<style>
span { border-color: #C196FE; }
span { border-color: rgb(193,150,254); }
td.TdClassName
{
border-color: #C196FE;
}
.TagClassName
{
border-color: #C196FE;
}
</style>