Shades of Perfume #C7ACF0
Tints of Perfume #C7ACF0
RGB
CMYK
RGB Variations
Color information
#C7ACF0 (or 0xC7ACF0) is known color: Perfume. HEX triplet: C7, AC and F0. RGB value is (199,172,240). Sum of RGB (Red+Green+Blue) = 199+172+240=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACF0 is #38530F. Grayscale: #BBBBBB. Windows color (decimal): -3691280 or 15772871. OLE color: 15772871.
HSL color Cylindrical-coordinate representation of color #C7ACF0: hue angle of 263.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7ACF0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 199 | 172 | 240 | - |
CMYK | 0.17 | 0.28 | 0 | 0.06 |
HSL | 263.82º | 0.69% | 0.81% | - |
HSV(B) | 263.82º | 0.28% | 0.94% | - |
XYZ | 54.03 | 47.94 | 88.84 | - |
YUV | 187.83 | 157.45 | 135.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 172 | 240 | 0.17 | 0.28 | 0 | 0.06 | 263.82 | 0.69 | 0.81 |
Hex | C7 | AC | F0 | 11 | 1C | 0 | 6 | 108 | 45 | 51 |
Octal | 307 | 254 | 360 | 21 | 34 | 0 | 6 | 410 | 105 | 121 |
Binary | 11000111 | 10101100 | 11110000 | 10001 | 11100 | 0 | 110 | 100001000 | 1000101 | 1010001 |
Color Harmonies of #C7ACF0
Complementary color
Monochromatic Colors of #C7ACF0
Black with #C7ACF0
Text Example
Text Example
White with #C7ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACF0; }
p { color: rgb(199,172,240); }
H1.HeaderClassName
{
color: #C7ACF0;
}
.AnyTagClassName
{
color: #C7ACF0;
}
</style>
background-color css
<style>
a { background-color: #C7ACF0; }
a { background-color: rgb(199,172,240); }
div.DivClassName
{
background-color: #C7ACF0;
}
.BgClassName
{
background-color: #C7ACF0;
}
</style>
border-color css
<style>
span { border-color: #C7ACF0; }
span { border-color: rgb(199,172,240); }
td.TdClassName
{
border-color: #C7ACF0;
}
.TagClassName
{
border-color: #C7ACF0;
}
</style>