Shades of Perfume #C1A7EA
Tints of Perfume #C1A7EA
RGB
CMYK
RGB Variations
Color information
#C1A7EA (or 0xC1A7EA) is known color: Perfume. HEX triplet: C1, A7 and EA. RGB value is (193,167,234). Sum of RGB (Red+Green+Blue) = 193+167+234=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A7EA is #3E5815. Grayscale: #B6B6B6. Windows color (decimal): -4085782 or 15378369. OLE color: 15378369.
HSL color Cylindrical-coordinate representation of color #C1A7EA: hue angle of 263.28º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1A7EA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 167 | 234 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.08 |
| HSL | 263.28º | 0.61% | 0.79% | - |
| HSV(B) | 263.28º | 0.29% | 0.92% | - |
| XYZ | 50.66 | 44.92 | 83.84 | - |
| YUV | 182.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 234 | 0.18 | 0.29 | 0 | 0.08 | 263.28 | 0.61 | 0.79 |
| Hex | C1 | A7 | EA | 12 | 1D | 0 | 8 | 107 | 3D | 4F |
| Octal | 301 | 247 | 352 | 22 | 35 | 0 | 10 | 407 | 75 | 117 |
| Binary | 11000001 | 10100111 | 11101010 | 10010 | 11101 | 0 | 1000 | 100000111 | 111101 | 1001111 |
Color Harmonies of #C1A7EA
Complementary color
Monochromatic Colors of #C1A7EA
Black with #C1A7EA
Text Example
Text Example
White with #C1A7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7EA; }
p { color: rgb(193,167,234); }
H1.HeaderClassName
{
color: #C1A7EA;
}
.AnyTagClassName
{
color: #C1A7EA;
}
</style>
background-color css
<style>
a { background-color: #C1A7EA; }
a { background-color: rgb(193,167,234); }
div.DivClassName
{
background-color: #C1A7EA;
}
.BgClassName
{
background-color: #C1A7EA;
}
</style>
border-color css
<style>
span { border-color: #C1A7EA; }
span { border-color: rgb(193,167,234); }
td.TdClassName
{
border-color: #C1A7EA;
}
.TagClassName
{
border-color: #C1A7EA;
}
</style>