Shades of Perfume #C399F2
Tints of Perfume #C399F2
RGB
CMYK
RGB Variations
Color information
#C399F2 (or 0xC399F2) is known color: Perfume. HEX triplet: C3, 99 and F2. RGB value is (195,153,242). Sum of RGB (Red+Green+Blue) = 195+153+242=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #C399F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399F2 is #3C660D. Grayscale: #AFAFAF. Windows color (decimal): -3958286 or 15899075. OLE color: 15899075.
HSL color Cylindrical-coordinate representation of color #C399F2: hue angle of 268.31º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C399F2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 153 | 242 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.05 |
| HSL | 268.31º | 0.77% | 0.77% | - |
| HSV(B) | 268.31º | 0.37% | 0.95% | - |
| XYZ | 49.92 | 40.8 | 89.25 | - |
| YUV | 175.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 242 | 0.19 | 0.37 | 0 | 0.05 | 268.31 | 0.77 | 0.77 |
| Hex | C3 | 99 | F2 | 13 | 25 | 0 | 5 | 10C | 4D | 4D |
| Octal | 303 | 231 | 362 | 23 | 45 | 0 | 5 | 414 | 115 | 115 |
| Binary | 11000011 | 10011001 | 11110010 | 10011 | 100101 | 0 | 101 | 100001100 | 1001101 | 1001101 |
Color Harmonies of #C399F2
Complementary color
Monochromatic Colors of #C399F2
Black with #C399F2
Text Example
Text Example
White with #C399F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399F2; }
p { color: rgb(195,153,242); }
H1.HeaderClassName
{
color: #C399F2;
}
.AnyTagClassName
{
color: #C399F2;
}
</style>
background-color css
<style>
a { background-color: #C399F2; }
a { background-color: rgb(195,153,242); }
div.DivClassName
{
background-color: #C399F2;
}
.BgClassName
{
background-color: #C399F2;
}
</style>
border-color css
<style>
span { border-color: #C399F2; }
span { border-color: rgb(195,153,242); }
td.TdClassName
{
border-color: #C399F2;
}
.TagClassName
{
border-color: #C399F2;
}
</style>