Shades of Perfume #C094FE
Tints of Perfume #C094FE
RGB
CMYK
RGB Variations
Color information
#C094FE (or 0xC094FE) is known color: Perfume. HEX triplet: C0, 94 and FE. RGB value is (192,148,254). Sum of RGB (Red+Green+Blue) = 192+148+254=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C094FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FE is #3F6B01. Grayscale: #ACACAC. Windows color (decimal): -4156162 or 16684224. OLE color: 16684224.
HSL color Cylindrical-coordinate representation of color #C094FE: hue angle of 264.91º 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 #C094FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 148 | 254 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.00 |
| HSL | 264.91º | 0.98% | 0.79% | - |
| HSV(B) | 264.91º | 0.42% | 1% | - |
| XYZ | 50.22 | 39.54 | 98.75 | - |
| YUV | 173.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 254 | 0.24 | 0.42 | 0 | 0.00 | 264.91 | 0.98 | 0.79 |
| Hex | C0 | 94 | FE | 18 | 2A | 0 | 0 | 109 | 62 | 4F |
| Octal | 300 | 224 | 376 | 30 | 52 | 0 | 0 | 411 | 142 | 117 |
| Binary | 11000000 | 10010100 | 11111110 | 11000 | 101010 | 0 | 0 | 100001001 | 1100010 | 1001111 |
Color Harmonies of #C094FE
Complementary color
Monochromatic Colors of #C094FE
Black with #C094FE
Text Example
Text Example
White with #C094FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094FE; }
p { color: rgb(192,148,254); }
H1.HeaderClassName
{
color: #C094FE;
}
.AnyTagClassName
{
color: #C094FE;
}
</style>
background-color css
<style>
a { background-color: #C094FE; }
a { background-color: rgb(192,148,254); }
div.DivClassName
{
background-color: #C094FE;
}
.BgClassName
{
background-color: #C094FE;
}
</style>
border-color css
<style>
span { border-color: #C094FE; }
span { border-color: rgb(192,148,254); }
td.TdClassName
{
border-color: #C094FE;
}
.TagClassName
{
border-color: #C094FE;
}
</style>