Shades of Perfume #C99FF6
Tints of Perfume #C99FF6
RGB
CMYK
RGB Variations
Color information
#C99FF6 (or 0xC99FF6) is known color: Perfume. HEX triplet: C9, 9F and F6. RGB value is (201,159,246). Sum of RGB (Red+Green+Blue) = 201+159+246=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #C99FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FF6 is #366009. Grayscale: #B5B5B5. Windows color (decimal): -3563530 or 16162761. OLE color: 16162761.
HSL color Cylindrical-coordinate representation of color #C99FF6: hue angle of 268.97º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99FF6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 159 | 246 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.04 |
| HSL | 268.97º | 0.83% | 0.79% | - |
| HSV(B) | 268.97º | 0.35% | 0.96% | - |
| XYZ | 53.12 | 43.87 | 92.86 | - |
| YUV | 181.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 246 | 0.18 | 0.35 | 0 | 0.04 | 268.97 | 0.83 | 0.79 |
| Hex | C9 | 9F | F6 | 12 | 23 | 0 | 4 | 10D | 53 | 4F |
| Octal | 311 | 237 | 366 | 22 | 43 | 0 | 4 | 415 | 123 | 117 |
| Binary | 11001001 | 10011111 | 11110110 | 10010 | 100011 | 0 | 100 | 100001101 | 1010011 | 1001111 |
Color Harmonies of #C99FF6
Complementary color
Monochromatic Colors of #C99FF6
Black with #C99FF6
Text Example
Text Example
White with #C99FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FF6; }
p { color: rgb(201,159,246); }
H1.HeaderClassName
{
color: #C99FF6;
}
.AnyTagClassName
{
color: #C99FF6;
}
</style>
background-color css
<style>
a { background-color: #C99FF6; }
a { background-color: rgb(201,159,246); }
div.DivClassName
{
background-color: #C99FF6;
}
.BgClassName
{
background-color: #C99FF6;
}
</style>
border-color css
<style>
span { border-color: #C99FF6; }
span { border-color: rgb(201,159,246); }
td.TdClassName
{
border-color: #C99FF6;
}
.TagClassName
{
border-color: #C99FF6;
}
</style>