Shades of Perfume #C1A8D7
Tints of Perfume #C1A8D7
RGB
CMYK
RGB Variations
Color information
#C1A8D7 (or 0xC1A8D7) is known color: Perfume. HEX triplet: C1, A8 and D7. RGB value is (193,168,215). Sum of RGB (Red+Green+Blue) = 193+168+215=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1A8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8D7 is #3E5728. Grayscale: #B4B4B4. Windows color (decimal): -4085545 or 14133441. OLE color: 14133441.
HSL color Cylindrical-coordinate representation of color #C1A8D7: hue angle of 271.91º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1A8D7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 168 | 215 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.16 |
| HSL | 271.91º | 0.37% | 0.75% | - |
| HSV(B) | 271.91º | 0.22% | 0.84% | - |
| XYZ | 48.26 | 44.25 | 70.29 | - |
| YUV | 180.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 215 | 0.10 | 0.22 | 0 | 0.16 | 271.91 | 0.37 | 0.75 |
| Hex | C1 | A8 | D7 | A | 16 | 0 | 10 | 110 | 25 | 4B |
| Octal | 301 | 250 | 327 | 12 | 26 | 0 | 20 | 420 | 45 | 113 |
| Binary | 11000001 | 10101000 | 11010111 | 1010 | 10110 | 0 | 10000 | 100010000 | 100101 | 1001011 |
Color Harmonies of #C1A8D7
Complementary color
Monochromatic Colors of #C1A8D7
Black with #C1A8D7
Text Example
Text Example
White with #C1A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8D7; }
p { color: rgb(193,168,215); }
H1.HeaderClassName
{
color: #C1A8D7;
}
.AnyTagClassName
{
color: #C1A8D7;
}
</style>
background-color css
<style>
a { background-color: #C1A8D7; }
a { background-color: rgb(193,168,215); }
div.DivClassName
{
background-color: #C1A8D7;
}
.BgClassName
{
background-color: #C1A8D7;
}
</style>
border-color css
<style>
span { border-color: #C1A8D7; }
span { border-color: rgb(193,168,215); }
td.TdClassName
{
border-color: #C1A8D7;
}
.TagClassName
{
border-color: #C1A8D7;
}
</style>