Shades of Perfume #C1A7E0
Tints of Perfume #C1A7E0
RGB
CMYK
RGB Variations
Color information
#C1A7E0 (or 0xC1A7E0) is known color: Perfume. HEX triplet: C1, A7 and E0. RGB value is (193,167,224). Sum of RGB (Red+Green+Blue) = 193+167+224=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7E0 is #3E581F. Grayscale: #B5B5B5. Windows color (decimal): -4085792 or 14723009. OLE color: 14723009.
HSL color Cylindrical-coordinate representation of color #C1A7E0: hue angle of 267.37º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A7E0 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 167 | 224 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.12 |
| HSL | 267.37º | 0.48% | 0.77% | - |
| HSV(B) | 267.37º | 0.25% | 0.88% | - |
| XYZ | 49.27 | 44.36 | 76.49 | - |
| YUV | 181.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 224 | 0.14 | 0.25 | 0 | 0.12 | 267.37 | 0.48 | 0.77 |
| Hex | C1 | A7 | E0 | E | 19 | 0 | C | 10B | 30 | 4D |
| Octal | 301 | 247 | 340 | 16 | 31 | 0 | 14 | 413 | 60 | 115 |
| Binary | 11000001 | 10100111 | 11100000 | 1110 | 11001 | 0 | 1100 | 100001011 | 110000 | 1001101 |
Color Harmonies of #C1A7E0
Complementary color
Monochromatic Colors of #C1A7E0
Black with #C1A7E0
Text Example
Text Example
White with #C1A7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7E0; }
p { color: rgb(193,167,224); }
H1.HeaderClassName
{
color: #C1A7E0;
}
.AnyTagClassName
{
color: #C1A7E0;
}
</style>
background-color css
<style>
a { background-color: #C1A7E0; }
a { background-color: rgb(193,167,224); }
div.DivClassName
{
background-color: #C1A7E0;
}
.BgClassName
{
background-color: #C1A7E0;
}
</style>
border-color css
<style>
span { border-color: #C1A7E0; }
span { border-color: rgb(193,167,224); }
td.TdClassName
{
border-color: #C1A7E0;
}
.TagClassName
{
border-color: #C1A7E0;
}
</style>