Shades of Perfume #C6A1E7
Tints of Perfume #C6A1E7
RGB
CMYK
RGB Variations
Color information
#C6A1E7 (or 0xC6A1E7) is known color: Perfume. HEX triplet: C6, A1 and E7. RGB value is (198,161,231). Sum of RGB (Red+Green+Blue) = 198+161+231=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #C6A1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A1E7 is #395E18. Grayscale: #B3B3B3. Windows color (decimal): -3759641 or 15180230. OLE color: 15180230.
HSL color Cylindrical-coordinate representation of color #C6A1E7: hue angle of 271.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6A1E7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 161 | 231 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.09 |
| HSL | 271.71º | 0.59% | 0.77% | - |
| HSV(B) | 271.71º | 0.3% | 0.91% | - |
| XYZ | 50.46 | 43.27 | 81.29 | - |
| YUV | 180.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 231 | 0.14 | 0.30 | 0 | 0.09 | 271.71 | 0.59 | 0.77 |
| Hex | C6 | A1 | E7 | E | 1E | 0 | 9 | 110 | 3B | 4D |
| Octal | 306 | 241 | 347 | 16 | 36 | 0 | 11 | 420 | 73 | 115 |
| Binary | 11000110 | 10100001 | 11100111 | 1110 | 11110 | 0 | 1001 | 100010000 | 111011 | 1001101 |
Color Harmonies of #C6A1E7
Complementary color
Monochromatic Colors of #C6A1E7
Black with #C6A1E7
Text Example
Text Example
White with #C6A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1E7; }
p { color: rgb(198,161,231); }
H1.HeaderClassName
{
color: #C6A1E7;
}
.AnyTagClassName
{
color: #C6A1E7;
}
</style>
background-color css
<style>
a { background-color: #C6A1E7; }
a { background-color: rgb(198,161,231); }
div.DivClassName
{
background-color: #C6A1E7;
}
.BgClassName
{
background-color: #C6A1E7;
}
</style>
border-color css
<style>
span { border-color: #C6A1E7; }
span { border-color: rgb(198,161,231); }
td.TdClassName
{
border-color: #C6A1E7;
}
.TagClassName
{
border-color: #C6A1E7;
}
</style>