Shades of Perfume #C1A4DA
Tints of Perfume #C1A4DA
RGB
CMYK
RGB Variations
Color information
#C1A4DA (or 0xC1A4DA) is known color: Perfume. HEX triplet: C1, A4 and DA. RGB value is (193,164,218). Sum of RGB (Red+Green+Blue) = 193+164+218=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4DA is #3E5B25. Grayscale: #B2B2B2. Windows color (decimal): -4086566 or 14329025. OLE color: 14329025.
HSL color Cylindrical-coordinate representation of color #C1A4DA: hue angle of 272.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A4DA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 164 | 218 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.15 |
| HSL | 272.22º | 0.42% | 0.75% | - |
| HSV(B) | 272.22º | 0.25% | 0.85% | - |
| XYZ | 47.92 | 42.95 | 72.09 | - |
| YUV | 178.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 218 | 0.11 | 0.25 | 0 | 0.15 | 272.22 | 0.42 | 0.75 |
| Hex | C1 | A4 | DA | B | 19 | 0 | F | 110 | 2A | 4B |
| Octal | 301 | 244 | 332 | 13 | 31 | 0 | 17 | 420 | 52 | 113 |
| Binary | 11000001 | 10100100 | 11011010 | 1011 | 11001 | 0 | 1111 | 100010000 | 101010 | 1001011 |
Color Harmonies of #C1A4DA
Complementary color
Monochromatic Colors of #C1A4DA
Black with #C1A4DA
Text Example
Text Example
White with #C1A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A4DA; }
p { color: rgb(193,164,218); }
H1.HeaderClassName
{
color: #C1A4DA;
}
.AnyTagClassName
{
color: #C1A4DA;
}
</style>
background-color css
<style>
a { background-color: #C1A4DA; }
a { background-color: rgb(193,164,218); }
div.DivClassName
{
background-color: #C1A4DA;
}
.BgClassName
{
background-color: #C1A4DA;
}
</style>
border-color css
<style>
span { border-color: #C1A4DA; }
span { border-color: rgb(193,164,218); }
td.TdClassName
{
border-color: #C1A4DA;
}
.TagClassName
{
border-color: #C1A4DA;
}
</style>