Shades of Perfume #C1A7D3
Tints of Perfume #C1A7D3
RGB
CMYK
RGB Variations
Color information
#C1A7D3 (or 0xC1A7D3) is known color: Perfume. HEX triplet: C1, A7 and D3. RGB value is (193,167,211). Sum of RGB (Red+Green+Blue) = 193+167+211=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1A7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7D3 is #3E582C. Grayscale: #B3B3B3. Windows color (decimal): -4085805 or 13871041. OLE color: 13871041.
HSL color Cylindrical-coordinate representation of color #C1A7D3: hue angle of 275.45º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1A7D3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 167 | 211 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.17 |
| HSL | 275.45º | 0.33% | 0.74% | - |
| HSV(B) | 275.45º | 0.21% | 0.83% | - |
| XYZ | 47.57 | 43.68 | 67.55 | - |
| YUV | 179.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 211 | 0.09 | 0.21 | 0 | 0.17 | 275.45 | 0.33 | 0.74 |
| Hex | C1 | A7 | D3 | 9 | 15 | 0 | 11 | 113 | 21 | 4A |
| Octal | 301 | 247 | 323 | 11 | 25 | 0 | 21 | 423 | 41 | 112 |
| Binary | 11000001 | 10100111 | 11010011 | 1001 | 10101 | 0 | 10001 | 100010011 | 100001 | 1001010 |
Color Harmonies of #C1A7D3
Complementary color
Monochromatic Colors of #C1A7D3
Black with #C1A7D3
Text Example
Text Example
White with #C1A7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7D3; }
p { color: rgb(193,167,211); }
H1.HeaderClassName
{
color: #C1A7D3;
}
.AnyTagClassName
{
color: #C1A7D3;
}
</style>
background-color css
<style>
a { background-color: #C1A7D3; }
a { background-color: rgb(193,167,211); }
div.DivClassName
{
background-color: #C1A7D3;
}
.BgClassName
{
background-color: #C1A7D3;
}
</style>
border-color css
<style>
span { border-color: #C1A7D3; }
span { border-color: rgb(193,167,211); }
td.TdClassName
{
border-color: #C1A7D3;
}
.TagClassName
{
border-color: #C1A7D3;
}
</style>