Shades of Perfume #C1A7D5
Tints of Perfume #C1A7D5
RGB
CMYK
RGB Variations
Color information
#C1A7D5 (or 0xC1A7D5) is known color: Perfume. HEX triplet: C1, A7 and D5. RGB value is (193,167,213). Sum of RGB (Red+Green+Blue) = 193+167+213=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1A7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7D5 is #3E582A. Grayscale: #B3B3B3. Windows color (decimal): -4085803 or 14002113. OLE color: 14002113.
HSL color Cylindrical-coordinate representation of color #C1A7D5: hue angle of 273.91º degrees, saturation: 0.35, 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 #C1A7D5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 167 | 213 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.16 |
| HSL | 273.91º | 0.35% | 0.75% | - |
| HSV(B) | 273.91º | 0.22% | 0.84% | - |
| XYZ | 47.82 | 43.78 | 68.88 | - |
| YUV | 180.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 213 | 0.09 | 0.22 | 0 | 0.16 | 273.91 | 0.35 | 0.75 |
| Hex | C1 | A7 | D5 | 9 | 16 | 0 | 10 | 112 | 23 | 4B |
| Octal | 301 | 247 | 325 | 11 | 26 | 0 | 20 | 422 | 43 | 113 |
| Binary | 11000001 | 10100111 | 11010101 | 1001 | 10110 | 0 | 10000 | 100010010 | 100011 | 1001011 |
Color Harmonies of #C1A7D5
Complementary color
Monochromatic Colors of #C1A7D5
Black with #C1A7D5
Text Example
Text Example
White with #C1A7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7D5; }
p { color: rgb(193,167,213); }
H1.HeaderClassName
{
color: #C1A7D5;
}
.AnyTagClassName
{
color: #C1A7D5;
}
</style>
background-color css
<style>
a { background-color: #C1A7D5; }
a { background-color: rgb(193,167,213); }
div.DivClassName
{
background-color: #C1A7D5;
}
.BgClassName
{
background-color: #C1A7D5;
}
</style>
border-color css
<style>
span { border-color: #C1A7D5; }
span { border-color: rgb(193,167,213); }
td.TdClassName
{
border-color: #C1A7D5;
}
.TagClassName
{
border-color: #C1A7D5;
}
</style>