Shades of Perfume #C399FE
Tints of Perfume #C399FE
RGB
CMYK
RGB Variations
Color information
#C399FE (or 0xC399FE) is known color: Perfume. HEX triplet: C3, 99 and FE. RGB value is (195,153,254). Sum of RGB (Red+Green+Blue) = 195+153+254=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C399FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399FE is #3C6601. Grayscale: #B0B0B0. Windows color (decimal): -3958274 or 16685507. OLE color: 16685507.
HSL color Cylindrical-coordinate representation of color #C399FE: hue angle of 264.95º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C399FE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 153 | 254 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.00 |
| HSL | 264.95º | 0.98% | 0.8% | - |
| HSV(B) | 264.95º | 0.4% | 1% | - |
| XYZ | 51.79 | 41.54 | 99.05 | - |
| YUV | 177.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 254 | 0.23 | 0.40 | 0 | 0.00 | 264.95 | 0.98 | 0.8 |
| Hex | C3 | 99 | FE | 17 | 28 | 0 | 0 | 109 | 62 | 50 |
| Octal | 303 | 231 | 376 | 27 | 50 | 0 | 0 | 411 | 142 | 120 |
| Binary | 11000011 | 10011001 | 11111110 | 10111 | 101000 | 0 | 0 | 100001001 | 1100010 | 1010000 |
Color Harmonies of #C399FE
Complementary color
Monochromatic Colors of #C399FE
Black with #C399FE
Text Example
Text Example
White with #C399FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399FE; }
p { color: rgb(195,153,254); }
H1.HeaderClassName
{
color: #C399FE;
}
.AnyTagClassName
{
color: #C399FE;
}
</style>
background-color css
<style>
a { background-color: #C399FE; }
a { background-color: rgb(195,153,254); }
div.DivClassName
{
background-color: #C399FE;
}
.BgClassName
{
background-color: #C399FE;
}
</style>
border-color css
<style>
span { border-color: #C399FE; }
span { border-color: rgb(195,153,254); }
td.TdClassName
{
border-color: #C399FE;
}
.TagClassName
{
border-color: #C399FE;
}
</style>