Shades of Perfume #C299FF
Tints of Perfume #C299FF
RGB
CMYK
RGB Variations
Color information
#C299FF (or 0xC299FF) is known color: Perfume. HEX triplet: C2, 99 and FF. RGB value is (194,153,255). Sum of RGB (Red+Green+Blue) = 194+153+255=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C299FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FF is #3D6600. Grayscale: #B0B0B0. Windows color (decimal): -4023809 or 16751042. OLE color: 16751042.
HSL color Cylindrical-coordinate representation of color #C299FF: hue angle of 264.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C299FF is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 153 | 255 | - |
| CMYK | 0.24 | 0.4 | 0 | 0 |
| HSL | 264.12º | 1% | 0.8% | - |
| HSV(B) | 264.12º | 0.4% | 1% | - |
| XYZ | 51.69 | 41.47 | 99.89 | - |
| YUV | 176.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 255 | 0.24 | 0.4 | 0 | 0 | 264.12 | 1 | 0.8 |
| Hex | C2 | 99 | FF | 18 | 28 | 0 | 0 | 108 | 64 | 50 |
| Octal | 302 | 231 | 377 | 30 | 50 | 0 | 0 | 410 | 144 | 120 |
| Binary | 11000010 | 10011001 | 11111111 | 11000 | 101000 | 0 | 0 | 100001000 | 1100100 | 1010000 |
Color Harmonies of #C299FF
Complementary color
Monochromatic Colors of #C299FF
Black with #C299FF
Text Example
Text Example
White with #C299FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299FF; }
p { color: rgb(194,153,255); }
H1.HeaderClassName
{
color: #C299FF;
}
.AnyTagClassName
{
color: #C299FF;
}
</style>
background-color css
<style>
a { background-color: #C299FF; }
a { background-color: rgb(194,153,255); }
div.DivClassName
{
background-color: #C299FF;
}
.BgClassName
{
background-color: #C299FF;
}
</style>
border-color css
<style>
span { border-color: #C299FF; }
span { border-color: rgb(194,153,255); }
td.TdClassName
{
border-color: #C299FF;
}
.TagClassName
{
border-color: #C299FF;
}
</style>