Shades of Perfume #C6A0EE
Tints of Perfume #C6A0EE
RGB
CMYK
RGB Variations
Color information
#C6A0EE (or 0xC6A0EE) is known color: Perfume. HEX triplet: C6, A0 and EE. RGB value is (198,160,238). Sum of RGB (Red+Green+Blue) = 198+160+238=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6A0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0EE is #395F11. Grayscale: #B3B3B3. Windows color (decimal): -3759890 or 15638726. OLE color: 15638726.
HSL color Cylindrical-coordinate representation of color #C6A0EE: hue angle of 269.23º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6A0EE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 160 | 238 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.07 |
| HSL | 269.23º | 0.7% | 0.78% | - |
| HSV(B) | 269.23º | 0.33% | 0.93% | - |
| XYZ | 51.29 | 43.32 | 86.55 | - |
| YUV | 180.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 238 | 0.17 | 0.33 | 0 | 0.07 | 269.23 | 0.7 | 0.78 |
| Hex | C6 | A0 | EE | 11 | 21 | 0 | 7 | 10D | 46 | 4E |
| Octal | 306 | 240 | 356 | 21 | 41 | 0 | 7 | 415 | 106 | 116 |
| Binary | 11000110 | 10100000 | 11101110 | 10001 | 100001 | 0 | 111 | 100001101 | 1000110 | 1001110 |
Color Harmonies of #C6A0EE
Complementary color
Monochromatic Colors of #C6A0EE
Black with #C6A0EE
Text Example
Text Example
White with #C6A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A0EE; }
p { color: rgb(198,160,238); }
H1.HeaderClassName
{
color: #C6A0EE;
}
.AnyTagClassName
{
color: #C6A0EE;
}
</style>
background-color css
<style>
a { background-color: #C6A0EE; }
a { background-color: rgb(198,160,238); }
div.DivClassName
{
background-color: #C6A0EE;
}
.BgClassName
{
background-color: #C6A0EE;
}
</style>
border-color css
<style>
span { border-color: #C6A0EE; }
span { border-color: rgb(198,160,238); }
td.TdClassName
{
border-color: #C6A0EE;
}
.TagClassName
{
border-color: #C6A0EE;
}
</style>