Shades of Perfume #C39BFA
Tints of Perfume #C39BFA
RGB
CMYK
RGB Variations
Color information
#C39BFA (or 0xC39BFA) is known color: Perfume. HEX triplet: C3, 9B and FA. RGB value is (195,155,250). Sum of RGB (Red+Green+Blue) = 195+155+250=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #C39BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39BFA is #3C6405. Grayscale: #B1B1B1. Windows color (decimal): -3957766 or 16423875. OLE color: 16423875.
HSL color Cylindrical-coordinate representation of color #C39BFA: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C39BFA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 155 | 250 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.02 |
| HSL | 265.26º | 0.9% | 0.79% | - |
| HSV(B) | 265.26º | 0.38% | 0.98% | - |
| XYZ | 51.48 | 41.95 | 95.83 | - |
| YUV | 177.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 250 | 0.22 | 0.38 | 0 | 0.02 | 265.26 | 0.9 | 0.79 |
| Hex | C3 | 9B | FA | 16 | 26 | 0 | 2 | 109 | 5A | 4F |
| Octal | 303 | 233 | 372 | 26 | 46 | 0 | 2 | 411 | 132 | 117 |
| Binary | 11000011 | 10011011 | 11111010 | 10110 | 100110 | 0 | 10 | 100001001 | 1011010 | 1001111 |
Color Harmonies of #C39BFA
Complementary color
Monochromatic Colors of #C39BFA
Black with #C39BFA
Text Example
Text Example
White with #C39BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BFA; }
p { color: rgb(195,155,250); }
H1.HeaderClassName
{
color: #C39BFA;
}
.AnyTagClassName
{
color: #C39BFA;
}
</style>
background-color css
<style>
a { background-color: #C39BFA; }
a { background-color: rgb(195,155,250); }
div.DivClassName
{
background-color: #C39BFA;
}
.BgClassName
{
background-color: #C39BFA;
}
</style>
border-color css
<style>
span { border-color: #C39BFA; }
span { border-color: rgb(195,155,250); }
td.TdClassName
{
border-color: #C39BFA;
}
.TagClassName
{
border-color: #C39BFA;
}
</style>