Shades of Perfume #C299F3
Tints of Perfume #C299F3
RGB
CMYK
RGB Variations
Color information
#C299F3 (or 0xC299F3) is known color: Perfume. HEX triplet: C2, 99 and F3. RGB value is (194,153,243). Sum of RGB (Red+Green+Blue) = 194+153+243=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #C299F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299F3 is #3D660C. Grayscale: #AFAFAF. Windows color (decimal): -4023821 or 15964610. OLE color: 15964610.
HSL color Cylindrical-coordinate representation of color #C299F3: hue angle of 267.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C299F3 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 153 | 243 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.05 |
| HSL | 267.33º | 0.79% | 0.78% | - |
| HSV(B) | 267.33º | 0.37% | 0.95% | - |
| XYZ | 49.82 | 40.72 | 90.03 | - |
| YUV | 175.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 243 | 0.20 | 0.37 | 0 | 0.05 | 267.33 | 0.79 | 0.78 |
| Hex | C2 | 99 | F3 | 14 | 25 | 0 | 5 | 10B | 4F | 4E |
| Octal | 302 | 231 | 363 | 24 | 45 | 0 | 5 | 413 | 117 | 116 |
| Binary | 11000010 | 10011001 | 11110011 | 10100 | 100101 | 0 | 101 | 100001011 | 1001111 | 1001110 |
Color Harmonies of #C299F3
Complementary color
Monochromatic Colors of #C299F3
Black with #C299F3
Text Example
Text Example
White with #C299F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299F3; }
p { color: rgb(194,153,243); }
H1.HeaderClassName
{
color: #C299F3;
}
.AnyTagClassName
{
color: #C299F3;
}
</style>
background-color css
<style>
a { background-color: #C299F3; }
a { background-color: rgb(194,153,243); }
div.DivClassName
{
background-color: #C299F3;
}
.BgClassName
{
background-color: #C299F3;
}
</style>
border-color css
<style>
span { border-color: #C299F3; }
span { border-color: rgb(194,153,243); }
td.TdClassName
{
border-color: #C299F3;
}
.TagClassName
{
border-color: #C299F3;
}
</style>