Shades of Perfume #C7AFEC
Tints of Perfume #C7AFEC
RGB
CMYK
RGB Variations
Color information
#C7AFEC (or 0xC7AFEC) is known color: Perfume. HEX triplet: C7, AF and EC. RGB value is (199,175,236). Sum of RGB (Red+Green+Blue) = 199+175+236=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFEC is #385013. Grayscale: #BCBCBC. Windows color (decimal): -3690516 or 15511495. OLE color: 15511495.
HSL color Cylindrical-coordinate representation of color #C7AFEC: hue angle of 263.61º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7AFEC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 175 | 236 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.07 |
| HSL | 263.61º | 0.62% | 0.81% | - |
| HSV(B) | 263.61º | 0.26% | 0.93% | - |
| XYZ | 54.02 | 48.86 | 85.94 | - |
| YUV | 189.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 236 | 0.16 | 0.26 | 0 | 0.07 | 263.61 | 0.62 | 0.81 |
| Hex | C7 | AF | EC | 10 | 1A | 0 | 7 | 108 | 3E | 51 |
| Octal | 307 | 257 | 354 | 20 | 32 | 0 | 7 | 410 | 76 | 121 |
| Binary | 11000111 | 10101111 | 11101100 | 10000 | 11010 | 0 | 111 | 100001000 | 111110 | 1010001 |
Color Harmonies of #C7AFEC
Complementary color
Monochromatic Colors of #C7AFEC
Black with #C7AFEC
Text Example
Text Example
White with #C7AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFEC; }
p { color: rgb(199,175,236); }
H1.HeaderClassName
{
color: #C7AFEC;
}
.AnyTagClassName
{
color: #C7AFEC;
}
</style>
background-color css
<style>
a { background-color: #C7AFEC; }
a { background-color: rgb(199,175,236); }
div.DivClassName
{
background-color: #C7AFEC;
}
.BgClassName
{
background-color: #C7AFEC;
}
</style>
border-color css
<style>
span { border-color: #C7AFEC; }
span { border-color: rgb(199,175,236); }
td.TdClassName
{
border-color: #C7AFEC;
}
.TagClassName
{
border-color: #C7AFEC;
}
</style>