Shades of Perfume #C394FE
Tints of Perfume #C394FE
RGB
CMYK
RGB Variations
Color information
#C394FE (or 0xC394FE) is known color: Perfume. HEX triplet: C3, 94 and FE. RGB value is (195,148,254). Sum of RGB (Red+Green+Blue) = 195+148+254=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 148 (58.20% from 255 or 24.79% 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 #C394FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FE is #3C6B01. Grayscale: #ADADAD. Windows color (decimal): -3959554 or 16684227. OLE color: 16684227.
HSL color Cylindrical-coordinate representation of color #C394FE: hue angle of 266.6º 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 #C394FE is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 148 | 254 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.00 |
| HSL | 266.6º | 0.98% | 0.79% | - |
| HSV(B) | 266.6º | 0.42% | 1% | - |
| XYZ | 50.98 | 39.94 | 98.79 | - |
| YUV | 174.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 254 | 0.23 | 0.42 | 0 | 0.00 | 266.6 | 0.98 | 0.79 |
| Hex | C3 | 94 | FE | 17 | 2A | 0 | 0 | 10B | 62 | 4F |
| Octal | 303 | 224 | 376 | 27 | 52 | 0 | 0 | 413 | 142 | 117 |
| Binary | 11000011 | 10010100 | 11111110 | 10111 | 101010 | 0 | 0 | 100001011 | 1100010 | 1001111 |
Color Harmonies of #C394FE
Complementary color
Monochromatic Colors of #C394FE
Black with #C394FE
Text Example
Text Example
White with #C394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394FE; }
p { color: rgb(195,148,254); }
H1.HeaderClassName
{
color: #C394FE;
}
.AnyTagClassName
{
color: #C394FE;
}
</style>
background-color css
<style>
a { background-color: #C394FE; }
a { background-color: rgb(195,148,254); }
div.DivClassName
{
background-color: #C394FE;
}
.BgClassName
{
background-color: #C394FE;
}
</style>
border-color css
<style>
span { border-color: #C394FE; }
span { border-color: rgb(195,148,254); }
td.TdClassName
{
border-color: #C394FE;
}
.TagClassName
{
border-color: #C394FE;
}
</style>