Shades of Perfume #C39BEF
Tints of Perfume #C39BEF
RGB
CMYK
RGB Variations
Color information
#C39BEF (or 0xC39BEF) is known color: Perfume. HEX triplet: C3, 9B and EF. RGB value is (195,155,239). Sum of RGB (Red+Green+Blue) = 195+155+239=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C39BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39BEF is #3C6410. Grayscale: #B0B0B0. Windows color (decimal): -3957777 or 15702979. OLE color: 15702979.
HSL color Cylindrical-coordinate representation of color #C39BEF: hue angle of 268.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C39BEF is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 155 | 239 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.06 |
| HSL | 268.57º | 0.72% | 0.77% | - |
| HSV(B) | 268.57º | 0.35% | 0.94% | - |
| XYZ | 49.81 | 41.28 | 87 | - |
| YUV | 176.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 239 | 0.18 | 0.35 | 0 | 0.06 | 268.57 | 0.72 | 0.77 |
| Hex | C3 | 9B | EF | 12 | 23 | 0 | 6 | 10D | 48 | 4D |
| Octal | 303 | 233 | 357 | 22 | 43 | 0 | 6 | 415 | 110 | 115 |
| Binary | 11000011 | 10011011 | 11101111 | 10010 | 100011 | 0 | 110 | 100001101 | 1001000 | 1001101 |
Color Harmonies of #C39BEF
Complementary color
Monochromatic Colors of #C39BEF
Black with #C39BEF
Text Example
Text Example
White with #C39BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BEF; }
p { color: rgb(195,155,239); }
H1.HeaderClassName
{
color: #C39BEF;
}
.AnyTagClassName
{
color: #C39BEF;
}
</style>
background-color css
<style>
a { background-color: #C39BEF; }
a { background-color: rgb(195,155,239); }
div.DivClassName
{
background-color: #C39BEF;
}
.BgClassName
{
background-color: #C39BEF;
}
</style>
border-color css
<style>
span { border-color: #C39BEF; }
span { border-color: rgb(195,155,239); }
td.TdClassName
{
border-color: #C39BEF;
}
.TagClassName
{
border-color: #C39BEF;
}
</style>