Shades of Perfume #C394FA
Tints of Perfume #C394FA
RGB
CMYK
RGB Variations
Color information
#C394FA (or 0xC394FA) is known color: Perfume. HEX triplet: C3, 94 and FA. RGB value is (195,148,250). Sum of RGB (Red+Green+Blue) = 195+148+250=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 148 (58.20% from 255 or 24.96% 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 #C394FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FA is #3C6B05. Grayscale: #ADADAD. Windows color (decimal): -3959558 or 16422083. OLE color: 16422083.
HSL color Cylindrical-coordinate representation of color #C394FA: hue angle of 267.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C394FA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 148 | 250 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 267.65º | 0.91% | 0.78% | - |
| HSV(B) | 267.65º | 0.41% | 0.98% | - |
| XYZ | 50.35 | 39.68 | 95.45 | - |
| YUV | 173.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 250 | 0.22 | 0.41 | 0 | 0.02 | 267.65 | 0.91 | 0.78 |
| Hex | C3 | 94 | FA | 16 | 29 | 0 | 2 | 10C | 5B | 4E |
| Octal | 303 | 224 | 372 | 26 | 51 | 0 | 2 | 414 | 133 | 116 |
| Binary | 11000011 | 10010100 | 11111010 | 10110 | 101001 | 0 | 10 | 100001100 | 1011011 | 1001110 |
Color Harmonies of #C394FA
Complementary color
Monochromatic Colors of #C394FA
Black with #C394FA
Text Example
Text Example
White with #C394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394FA; }
p { color: rgb(195,148,250); }
H1.HeaderClassName
{
color: #C394FA;
}
.AnyTagClassName
{
color: #C394FA;
}
</style>
background-color css
<style>
a { background-color: #C394FA; }
a { background-color: rgb(195,148,250); }
div.DivClassName
{
background-color: #C394FA;
}
.BgClassName
{
background-color: #C394FA;
}
</style>
border-color css
<style>
span { border-color: #C394FA; }
span { border-color: rgb(195,148,250); }
td.TdClassName
{
border-color: #C394FA;
}
.TagClassName
{
border-color: #C394FA;
}
</style>