Shades of Perfume #C39FF2
Tints of Perfume #C39FF2
RGB
CMYK
RGB Variations
Color information
#C39FF2 (or 0xC39FF2) is known color: Perfume. HEX triplet: C3, 9F and F2. RGB value is (195,159,242). Sum of RGB (Red+Green+Blue) = 195+159+242=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #C39FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39FF2 is #3C600D. Grayscale: #B2B2B2. Windows color (decimal): -3956750 or 15900611. OLE color: 15900611.
HSL color Cylindrical-coordinate representation of color #C39FF2: hue angle of 266.02º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C39FF2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 159 | 242 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.05 |
| HSL | 266.02º | 0.76% | 0.79% | - |
| HSV(B) | 266.02º | 0.34% | 0.95% | - |
| XYZ | 50.93 | 42.81 | 89.58 | - |
| YUV | 179.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 242 | 0.19 | 0.34 | 0 | 0.05 | 266.02 | 0.76 | 0.79 |
| Hex | C3 | 9F | F2 | 13 | 22 | 0 | 5 | 10A | 4C | 4F |
| Octal | 303 | 237 | 362 | 23 | 42 | 0 | 5 | 412 | 114 | 117 |
| Binary | 11000011 | 10011111 | 11110010 | 10011 | 100010 | 0 | 101 | 100001010 | 1001100 | 1001111 |
Color Harmonies of #C39FF2
Complementary color
Monochromatic Colors of #C39FF2
Black with #C39FF2
Text Example
Text Example
White with #C39FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39FF2; }
p { color: rgb(195,159,242); }
H1.HeaderClassName
{
color: #C39FF2;
}
.AnyTagClassName
{
color: #C39FF2;
}
</style>
background-color css
<style>
a { background-color: #C39FF2; }
a { background-color: rgb(195,159,242); }
div.DivClassName
{
background-color: #C39FF2;
}
.BgClassName
{
background-color: #C39FF2;
}
</style>
border-color css
<style>
span { border-color: #C39FF2; }
span { border-color: rgb(195,159,242); }
td.TdClassName
{
border-color: #C39FF2;
}
.TagClassName
{
border-color: #C39FF2;
}
</style>