Shades of Perfume #C194FE
Tints of Perfume #C194FE
RGB
CMYK
RGB Variations
Color information
#C194FE (or 0xC194FE) is known color: Perfume. HEX triplet: C1, 94 and FE. RGB value is (193,148,254). Sum of RGB (Red+Green+Blue) = 193+148+254=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C194FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FE is #3E6B01. Grayscale: #ADADAD. Windows color (decimal): -4090626 or 16684225. OLE color: 16684225.
HSL color Cylindrical-coordinate representation of color #C194FE: hue angle of 265.47º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C194FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 148 | 254 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.00 |
| HSL | 265.47º | 0.98% | 0.79% | - |
| HSV(B) | 265.47º | 0.42% | 1% | - |
| XYZ | 50.47 | 39.67 | 98.76 | - |
| YUV | 173.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 254 | 0.24 | 0.42 | 0 | 0.00 | 265.47 | 0.98 | 0.79 |
| Hex | C1 | 94 | FE | 18 | 2A | 0 | 0 | 109 | 62 | 4F |
| Octal | 301 | 224 | 376 | 30 | 52 | 0 | 0 | 411 | 142 | 117 |
| Binary | 11000001 | 10010100 | 11111110 | 11000 | 101010 | 0 | 0 | 100001001 | 1100010 | 1001111 |
Color Harmonies of #C194FE
Complementary color
Monochromatic Colors of #C194FE
Black with #C194FE
Text Example
Text Example
White with #C194FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194FE; }
p { color: rgb(193,148,254); }
H1.HeaderClassName
{
color: #C194FE;
}
.AnyTagClassName
{
color: #C194FE;
}
</style>
background-color css
<style>
a { background-color: #C194FE; }
a { background-color: rgb(193,148,254); }
div.DivClassName
{
background-color: #C194FE;
}
.BgClassName
{
background-color: #C194FE;
}
</style>
border-color css
<style>
span { border-color: #C194FE; }
span { border-color: rgb(193,148,254); }
td.TdClassName
{
border-color: #C194FE;
}
.TagClassName
{
border-color: #C194FE;
}
</style>