Shades of Perfume #C094FF
Tints of Perfume #C094FF
RGB
CMYK
RGB Variations
Color information
#C094FF (or 0xC094FF) is known color: Perfume. HEX triplet: C0, 94 and FF. RGB value is (192,148,255). Sum of RGB (Red+Green+Blue) = 192+148+255=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C094FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FF is #3F6B00. Grayscale: #ACACAC. Windows color (decimal): -4156161 or 16749760. OLE color: 16749760.
HSL color Cylindrical-coordinate representation of color #C094FF: hue angle of 264.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C094FF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 148 | 255 | - |
| CMYK | 0.25 | 0.42 | 0 | 0 |
| HSL | 264.67º | 1% | 0.79% | - |
| HSV(B) | 264.67º | 0.42% | 1% | - |
| XYZ | 50.38 | 39.61 | 99.6 | - |
| YUV | 173.35 | 174.08 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 255 | 0.25 | 0.42 | 0 | 0 | 264.67 | 1 | 0.79 |
| Hex | C0 | 94 | FF | 19 | 2A | 0 | 0 | 109 | 64 | 4F |
| Octal | 300 | 224 | 377 | 31 | 52 | 0 | 0 | 411 | 144 | 117 |
| Binary | 11000000 | 10010100 | 11111111 | 11001 | 101010 | 0 | 0 | 100001001 | 1100100 | 1001111 |
Color Harmonies of #C094FF
Complementary color
Monochromatic Colors of #C094FF
Black with #C094FF
Text Example
Text Example
White with #C094FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094FF; }
p { color: rgb(192,148,255); }
H1.HeaderClassName
{
color: #C094FF;
}
.AnyTagClassName
{
color: #C094FF;
}
</style>
background-color css
<style>
a { background-color: #C094FF; }
a { background-color: rgb(192,148,255); }
div.DivClassName
{
background-color: #C094FF;
}
.BgClassName
{
background-color: #C094FF;
}
</style>
border-color css
<style>
span { border-color: #C094FF; }
span { border-color: rgb(192,148,255); }
td.TdClassName
{
border-color: #C094FF;
}
.TagClassName
{
border-color: #C094FF;
}
</style>