Shades of Perfume #C299E9
Tints of Perfume #C299E9
RGB
CMYK
RGB Variations
Color information
#C299E9 (or 0xC299E9) is known color: Perfume. HEX triplet: C2, 99 and E9. RGB value is (194,153,233). Sum of RGB (Red+Green+Blue) = 194+153+233=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #C299E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299E9 is #3D6616. Grayscale: #AEAEAE. Windows color (decimal): -4023831 or 15309250. OLE color: 15309250.
HSL color Cylindrical-coordinate representation of color #C299E9: hue angle of 270.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C299E9 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 153 | 233 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.09 |
| HSL | 270.75º | 0.65% | 0.76% | - |
| HSV(B) | 270.75º | 0.34% | 0.91% | - |
| XYZ | 48.35 | 40.13 | 82.29 | - |
| YUV | 174.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 233 | 0.17 | 0.34 | 0 | 0.09 | 270.75 | 0.65 | 0.76 |
| Hex | C2 | 99 | E9 | 11 | 22 | 0 | 9 | 10F | 41 | 4C |
| Octal | 302 | 231 | 351 | 21 | 42 | 0 | 11 | 417 | 101 | 114 |
| Binary | 11000010 | 10011001 | 11101001 | 10001 | 100010 | 0 | 1001 | 100001111 | 1000001 | 1001100 |
Color Harmonies of #C299E9
Complementary color
Monochromatic Colors of #C299E9
Black with #C299E9
Text Example
Text Example
White with #C299E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299E9; }
p { color: rgb(194,153,233); }
H1.HeaderClassName
{
color: #C299E9;
}
.AnyTagClassName
{
color: #C299E9;
}
</style>
background-color css
<style>
a { background-color: #C299E9; }
a { background-color: rgb(194,153,233); }
div.DivClassName
{
background-color: #C299E9;
}
.BgClassName
{
background-color: #C299E9;
}
</style>
border-color css
<style>
span { border-color: #C299E9; }
span { border-color: rgb(194,153,233); }
td.TdClassName
{
border-color: #C299E9;
}
.TagClassName
{
border-color: #C299E9;
}
</style>