Shades of Perfume #C196FA
Tints of Perfume #C196FA
RGB
CMYK
RGB Variations
Color information
#C196FA (or 0xC196FA) is known color: Perfume. HEX triplet: C1, 96 and FA. RGB value is (193,150,250). Sum of RGB (Red+Green+Blue) = 193+150+250=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #C196FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196FA is #3E6905. Grayscale: #ADADAD. Windows color (decimal): -4090118 or 16422593. OLE color: 16422593.
HSL color Cylindrical-coordinate representation of color #C196FA: hue angle of 265.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C196FA is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 150 | 250 | - |
| CMYK | 0.23 | 0.4 | 0 | 0.02 |
| HSL | 265.8º | 0.91% | 0.78% | - |
| HSV(B) | 265.8º | 0.4% | 0.98% | - |
| XYZ | 50.15 | 40.05 | 95.53 | - |
| YUV | 174.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 250 | 0.23 | 0.4 | 0 | 0.02 | 265.8 | 0.91 | 0.78 |
| Hex | C1 | 96 | FA | 17 | 28 | 0 | 2 | 10A | 5B | 4E |
| Octal | 301 | 226 | 372 | 27 | 50 | 0 | 2 | 412 | 133 | 116 |
| Binary | 11000001 | 10010110 | 11111010 | 10111 | 101000 | 0 | 10 | 100001010 | 1011011 | 1001110 |
Color Harmonies of #C196FA
Complementary color
Monochromatic Colors of #C196FA
Black with #C196FA
Text Example
Text Example
White with #C196FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196FA; }
p { color: rgb(193,150,250); }
H1.HeaderClassName
{
color: #C196FA;
}
.AnyTagClassName
{
color: #C196FA;
}
</style>
background-color css
<style>
a { background-color: #C196FA; }
a { background-color: rgb(193,150,250); }
div.DivClassName
{
background-color: #C196FA;
}
.BgClassName
{
background-color: #C196FA;
}
</style>
border-color css
<style>
span { border-color: #C196FA; }
span { border-color: rgb(193,150,250); }
td.TdClassName
{
border-color: #C196FA;
}
.TagClassName
{
border-color: #C196FA;
}
</style>