Shades of Perfume #C8ACF3
Tints of Perfume #C8ACF3
RGB
CMYK
RGB Variations
Color information
#C8ACF3 (or 0xC8ACF3) is known color: Perfume. HEX triplet: C8, AC and F3. RGB value is (200,172,243). Sum of RGB (Red+Green+Blue) = 200+172+243=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACF3 is #37530C. Grayscale: #BCBCBC. Windows color (decimal): -3625741 or 15969480. OLE color: 15969480.
HSL color Cylindrical-coordinate representation of color #C8ACF3: hue angle of 263.66º 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 #C8ACF3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 172 | 243 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.05 |
| HSL | 263.66º | 0.75% | 0.81% | - |
| HSV(B) | 263.66º | 0.29% | 0.95% | - |
| XYZ | 54.75 | 48.26 | 91.22 | - |
| YUV | 188.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 243 | 0.18 | 0.29 | 0 | 0.05 | 263.66 | 0.75 | 0.81 |
| Hex | C8 | AC | F3 | 12 | 1D | 0 | 5 | 108 | 4B | 51 |
| Octal | 310 | 254 | 363 | 22 | 35 | 0 | 5 | 410 | 113 | 121 |
| Binary | 11001000 | 10101100 | 11110011 | 10010 | 11101 | 0 | 101 | 100001000 | 1001011 | 1010001 |
Color Harmonies of #C8ACF3
Complementary color
Monochromatic Colors of #C8ACF3
Black with #C8ACF3
Text Example
Text Example
White with #C8ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACF3; }
p { color: rgb(200,172,243); }
H1.HeaderClassName
{
color: #C8ACF3;
}
.AnyTagClassName
{
color: #C8ACF3;
}
</style>
background-color css
<style>
a { background-color: #C8ACF3; }
a { background-color: rgb(200,172,243); }
div.DivClassName
{
background-color: #C8ACF3;
}
.BgClassName
{
background-color: #C8ACF3;
}
</style>
border-color css
<style>
span { border-color: #C8ACF3; }
span { border-color: rgb(200,172,243); }
td.TdClassName
{
border-color: #C8ACF3;
}
.TagClassName
{
border-color: #C8ACF3;
}
</style>