Shades of Perfume #C7ACF3
Tints of Perfume #C7ACF3
RGB
CMYK
RGB Variations
Color information
#C7ACF3 (or 0xC7ACF3) is known color: Perfume. HEX triplet: C7, AC and F3. RGB value is (199,172,243). Sum of RGB (Red+Green+Blue) = 199+172+243=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACF3 is #38530C. Grayscale: #BBBBBB. Windows color (decimal): -3691277 or 15969479. OLE color: 15969479.
HSL color Cylindrical-coordinate representation of color #C7ACF3: hue angle of 262.82º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7ACF3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 172 | 243 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 262.82º | 0.75% | 0.81% | - |
| HSV(B) | 262.82º | 0.29% | 0.95% | - |
| XYZ | 54.48 | 48.12 | 91.21 | - |
| YUV | 188.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 243 | 0.18 | 0.29 | 0 | 0.05 | 262.82 | 0.75 | 0.81 |
| Hex | C7 | AC | F3 | 12 | 1D | 0 | 5 | 107 | 4B | 51 |
| Octal | 307 | 254 | 363 | 22 | 35 | 0 | 5 | 407 | 113 | 121 |
| Binary | 11000111 | 10101100 | 11110011 | 10010 | 11101 | 0 | 101 | 100000111 | 1001011 | 1010001 |
Color Harmonies of #C7ACF3
Complementary color
Monochromatic Colors of #C7ACF3
Black with #C7ACF3
Text Example
Text Example
White with #C7ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACF3; }
p { color: rgb(199,172,243); }
H1.HeaderClassName
{
color: #C7ACF3;
}
.AnyTagClassName
{
color: #C7ACF3;
}
</style>
background-color css
<style>
a { background-color: #C7ACF3; }
a { background-color: rgb(199,172,243); }
div.DivClassName
{
background-color: #C7ACF3;
}
.BgClassName
{
background-color: #C7ACF3;
}
</style>
border-color css
<style>
span { border-color: #C7ACF3; }
span { border-color: rgb(199,172,243); }
td.TdClassName
{
border-color: #C7ACF3;
}
.TagClassName
{
border-color: #C7ACF3;
}
</style>