Shades of Perfume #C399F8
Tints of Perfume #C399F8
RGB
CMYK
RGB Variations
Color information
#C399F8 (or 0xC399F8) is known color: Perfume. HEX triplet: C3, 99 and F8. RGB value is (195,153,248). Sum of RGB (Red+Green+Blue) = 195+153+248=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #C399F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399F8 is #3C6607. Grayscale: #B0B0B0. Windows color (decimal): -3958280 or 16292291. OLE color: 16292291.
HSL color Cylindrical-coordinate representation of color #C399F8: hue angle of 266.53º 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 #C399F8 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 153 | 248 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.03 |
| HSL | 266.53º | 0.87% | 0.79% | - |
| HSV(B) | 266.53º | 0.38% | 0.97% | - |
| XYZ | 50.84 | 41.16 | 94.07 | - |
| YUV | 176.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 248 | 0.21 | 0.38 | 0 | 0.03 | 266.53 | 0.87 | 0.79 |
| Hex | C3 | 99 | F8 | 15 | 26 | 0 | 3 | 10B | 57 | 4F |
| Octal | 303 | 231 | 370 | 25 | 46 | 0 | 3 | 413 | 127 | 117 |
| Binary | 11000011 | 10011001 | 11111000 | 10101 | 100110 | 0 | 11 | 100001011 | 1010111 | 1001111 |
Color Harmonies of #C399F8
Complementary color
Monochromatic Colors of #C399F8
Black with #C399F8
Text Example
Text Example
White with #C399F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399F8; }
p { color: rgb(195,153,248); }
H1.HeaderClassName
{
color: #C399F8;
}
.AnyTagClassName
{
color: #C399F8;
}
</style>
background-color css
<style>
a { background-color: #C399F8; }
a { background-color: rgb(195,153,248); }
div.DivClassName
{
background-color: #C399F8;
}
.BgClassName
{
background-color: #C399F8;
}
</style>
border-color css
<style>
span { border-color: #C399F8; }
span { border-color: rgb(195,153,248); }
td.TdClassName
{
border-color: #C399F8;
}
.TagClassName
{
border-color: #C399F8;
}
</style>