Shades of Perfume #C1A8DF
Tints of Perfume #C1A8DF
RGB
CMYK
RGB Variations
Color information
#C1A8DF (or 0xC1A8DF) is known color: Perfume. HEX triplet: C1, A8 and DF. RGB value is (193,168,223). Sum of RGB (Red+Green+Blue) = 193+168+223=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8DF is #3E5720. Grayscale: #B5B5B5. Windows color (decimal): -4085537 or 14657729. OLE color: 14657729.
HSL color Cylindrical-coordinate representation of color #C1A8DF: hue angle of 267.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A8DF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 168 | 223 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.13 |
| HSL | 267.27º | 0.46% | 0.77% | - |
| HSV(B) | 267.27º | 0.25% | 0.87% | - |
| XYZ | 49.31 | 44.67 | 75.84 | - |
| YUV | 181.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 223 | 0.13 | 0.25 | 0 | 0.13 | 267.27 | 0.46 | 0.77 |
| Hex | C1 | A8 | DF | D | 19 | 0 | D | 10B | 2E | 4D |
| Octal | 301 | 250 | 337 | 15 | 31 | 0 | 15 | 413 | 56 | 115 |
| Binary | 11000001 | 10101000 | 11011111 | 1101 | 11001 | 0 | 1101 | 100001011 | 101110 | 1001101 |
Color Harmonies of #C1A8DF
Complementary color
Monochromatic Colors of #C1A8DF
Black with #C1A8DF
Text Example
Text Example
White with #C1A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8DF; }
p { color: rgb(193,168,223); }
H1.HeaderClassName
{
color: #C1A8DF;
}
.AnyTagClassName
{
color: #C1A8DF;
}
</style>
background-color css
<style>
a { background-color: #C1A8DF; }
a { background-color: rgb(193,168,223); }
div.DivClassName
{
background-color: #C1A8DF;
}
.BgClassName
{
background-color: #C1A8DF;
}
</style>
border-color css
<style>
span { border-color: #C1A8DF; }
span { border-color: rgb(193,168,223); }
td.TdClassName
{
border-color: #C1A8DF;
}
.TagClassName
{
border-color: #C1A8DF;
}
</style>