Shades of Perfume #C09AFB
Tints of Perfume #C09AFB
RGB
CMYK
RGB Variations
Color information
#C09AFB (or 0xC09AFB) is known color: Perfume. HEX triplet: C0, 9A and FB. RGB value is (192,154,251). Sum of RGB (Red+Green+Blue) = 192+154+251=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AFB is #3F6504. Grayscale: #B0B0B0. Windows color (decimal): -4154629 or 16489152. OLE color: 16489152.
HSL color Cylindrical-coordinate representation of color #C09AFB: hue angle of 263.51º degrees, saturation: 0.92, 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 #C09AFB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 154 | 251 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.02 |
| HSL | 263.51º | 0.92% | 0.79% | - |
| HSV(B) | 263.51º | 0.39% | 0.98% | - |
| XYZ | 50.71 | 41.28 | 96.56 | - |
| YUV | 176.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 251 | 0.24 | 0.39 | 0 | 0.02 | 263.51 | 0.92 | 0.79 |
| Hex | C0 | 9A | FB | 18 | 27 | 0 | 2 | 108 | 5C | 4F |
| Octal | 300 | 232 | 373 | 30 | 47 | 0 | 2 | 410 | 134 | 117 |
| Binary | 11000000 | 10011010 | 11111011 | 11000 | 100111 | 0 | 10 | 100001000 | 1011100 | 1001111 |
Color Harmonies of #C09AFB
Complementary color
Monochromatic Colors of #C09AFB
Black with #C09AFB
Text Example
Text Example
White with #C09AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AFB; }
p { color: rgb(192,154,251); }
H1.HeaderClassName
{
color: #C09AFB;
}
.AnyTagClassName
{
color: #C09AFB;
}
</style>
background-color css
<style>
a { background-color: #C09AFB; }
a { background-color: rgb(192,154,251); }
div.DivClassName
{
background-color: #C09AFB;
}
.BgClassName
{
background-color: #C09AFB;
}
</style>
border-color css
<style>
span { border-color: #C09AFB; }
span { border-color: rgb(192,154,251); }
td.TdClassName
{
border-color: #C09AFB;
}
.TagClassName
{
border-color: #C09AFB;
}
</style>