Shades of Perfume #C39AF8
Tints of Perfume #C39AF8
RGB
CMYK
RGB Variations
Color information
#C39AF8 (or 0xC39AF8) is known color: Perfume. HEX triplet: C3, 9A and F8. RGB value is (195,154,248). Sum of RGB (Red+Green+Blue) = 195+154+248=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #C39AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39AF8 is #3C6507. Grayscale: #B0B0B0. Windows color (decimal): -3958024 or 16292547. OLE color: 16292547.
HSL color Cylindrical-coordinate representation of color #C39AF8: hue angle of 266.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C39AF8 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 154 | 248 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.03 |
| HSL | 266.17º | 0.87% | 0.79% | - |
| HSV(B) | 266.17º | 0.38% | 0.97% | - |
| XYZ | 51 | 41.49 | 94.13 | - |
| YUV | 176.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 248 | 0.21 | 0.38 | 0 | 0.03 | 266.17 | 0.87 | 0.79 |
| Hex | C3 | 9A | F8 | 15 | 26 | 0 | 3 | 10A | 57 | 4F |
| Octal | 303 | 232 | 370 | 25 | 46 | 0 | 3 | 412 | 127 | 117 |
| Binary | 11000011 | 10011010 | 11111000 | 10101 | 100110 | 0 | 11 | 100001010 | 1010111 | 1001111 |
Color Harmonies of #C39AF8
Complementary color
Monochromatic Colors of #C39AF8
Black with #C39AF8
Text Example
Text Example
White with #C39AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39AF8; }
p { color: rgb(195,154,248); }
H1.HeaderClassName
{
color: #C39AF8;
}
.AnyTagClassName
{
color: #C39AF8;
}
</style>
background-color css
<style>
a { background-color: #C39AF8; }
a { background-color: rgb(195,154,248); }
div.DivClassName
{
background-color: #C39AF8;
}
.BgClassName
{
background-color: #C39AF8;
}
</style>
border-color css
<style>
span { border-color: #C39AF8; }
span { border-color: rgb(195,154,248); }
td.TdClassName
{
border-color: #C39AF8;
}
.TagClassName
{
border-color: #C39AF8;
}
</style>