Shades of Perfume #C699FA
Tints of Perfume #C699FA
RGB
CMYK
RGB Variations
Color information
#C699FA (or 0xC699FA) is known color: Perfume. HEX triplet: C6, 99 and FA. RGB value is (198,153,250). Sum of RGB (Red+Green+Blue) = 198+153+250=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #C699FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FA is #396605. Grayscale: #B1B1B1. Windows color (decimal): -3761670 or 16423366. OLE color: 16423366.
HSL color Cylindrical-coordinate representation of color #C699FA: hue angle of 267.84º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C699FA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 153 | 250 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.02 |
| HSL | 267.84º | 0.91% | 0.79% | - |
| HSV(B) | 267.84º | 0.39% | 0.98% | - |
| XYZ | 51.94 | 41.69 | 95.75 | - |
| YUV | 177.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 250 | 0.21 | 0.39 | 0 | 0.02 | 267.84 | 0.91 | 0.79 |
| Hex | C6 | 99 | FA | 15 | 27 | 0 | 2 | 10C | 5B | 4F |
| Octal | 306 | 231 | 372 | 25 | 47 | 0 | 2 | 414 | 133 | 117 |
| Binary | 11000110 | 10011001 | 11111010 | 10101 | 100111 | 0 | 10 | 100001100 | 1011011 | 1001111 |
Color Harmonies of #C699FA
Complementary color
Monochromatic Colors of #C699FA
Black with #C699FA
Text Example
Text Example
White with #C699FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699FA; }
p { color: rgb(198,153,250); }
H1.HeaderClassName
{
color: #C699FA;
}
.AnyTagClassName
{
color: #C699FA;
}
</style>
background-color css
<style>
a { background-color: #C699FA; }
a { background-color: rgb(198,153,250); }
div.DivClassName
{
background-color: #C699FA;
}
.BgClassName
{
background-color: #C699FA;
}
</style>
border-color css
<style>
span { border-color: #C699FA; }
span { border-color: rgb(198,153,250); }
td.TdClassName
{
border-color: #C699FA;
}
.TagClassName
{
border-color: #C699FA;
}
</style>