Shades of Perfume #C39BEA
Tints of Perfume #C39BEA
RGB
CMYK
RGB Variations
Color information
#C39BEA (or 0xC39BEA) is known color: Perfume. HEX triplet: C3, 9B and EA. RGB value is (195,155,234). Sum of RGB (Red+Green+Blue) = 195+155+234=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C39BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39BEA is #3C6415. Grayscale: #AFAFAF. Windows color (decimal): -3957782 or 15375299. OLE color: 15375299.
HSL color Cylindrical-coordinate representation of color #C39BEA: hue angle of 270.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C39BEA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 155 | 234 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.08 |
| HSL | 270.38º | 0.65% | 0.76% | - |
| HSV(B) | 270.38º | 0.34% | 0.92% | - |
| XYZ | 49.08 | 40.99 | 83.17 | - |
| YUV | 175.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 234 | 0.17 | 0.34 | 0 | 0.08 | 270.38 | 0.65 | 0.76 |
| Hex | C3 | 9B | EA | 11 | 22 | 0 | 8 | 10E | 41 | 4C |
| Octal | 303 | 233 | 352 | 21 | 42 | 0 | 10 | 416 | 101 | 114 |
| Binary | 11000011 | 10011011 | 11101010 | 10001 | 100010 | 0 | 1000 | 100001110 | 1000001 | 1001100 |
Color Harmonies of #C39BEA
Complementary color
Monochromatic Colors of #C39BEA
Black with #C39BEA
Text Example
Text Example
White with #C39BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BEA; }
p { color: rgb(195,155,234); }
H1.HeaderClassName
{
color: #C39BEA;
}
.AnyTagClassName
{
color: #C39BEA;
}
</style>
background-color css
<style>
a { background-color: #C39BEA; }
a { background-color: rgb(195,155,234); }
div.DivClassName
{
background-color: #C39BEA;
}
.BgClassName
{
background-color: #C39BEA;
}
</style>
border-color css
<style>
span { border-color: #C39BEA; }
span { border-color: rgb(195,155,234); }
td.TdClassName
{
border-color: #C39BEA;
}
.TagClassName
{
border-color: #C39BEA;
}
</style>