Shades of Wisteria #C18AEF
Tints of Wisteria #C18AEF
RGB
CMYK
RGB Variations
Color information
#C18AEF (or 0xC18AEF) is known color: Wisteria. HEX triplet: C1, 8A and EF. RGB value is (193,138,239). Sum of RGB (Red+Green+Blue) = 193+138+239=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEF is #3E7510. Grayscale: #A5A5A5. Windows color (decimal): -4093201 or 15698625. OLE color: 15698625.
HSL color Cylindrical-coordinate representation of color #C18AEF: hue angle of 272.67º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18AEF is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 138 | 239 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.06 |
| HSL | 272.67º | 0.76% | 0.74% | - |
| HSV(B) | 272.67º | 0.42% | 0.94% | - |
| XYZ | 46.66 | 35.75 | 86.1 | - |
| YUV | 165.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 239 | 0.19 | 0.42 | 0 | 0.06 | 272.67 | 0.76 | 0.74 |
| Hex | C1 | 8A | EF | 13 | 2A | 0 | 6 | 111 | 4C | 4A |
| Octal | 301 | 212 | 357 | 23 | 52 | 0 | 6 | 421 | 114 | 112 |
| Binary | 11000001 | 10001010 | 11101111 | 10011 | 101010 | 0 | 110 | 100010001 | 1001100 | 1001010 |
Color Harmonies of #C18AEF
Complementary color
Monochromatic Colors of #C18AEF
Black with #C18AEF
Text Example
Text Example
White with #C18AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AEF; }
p { color: rgb(193,138,239); }
H1.HeaderClassName
{
color: #C18AEF;
}
.AnyTagClassName
{
color: #C18AEF;
}
</style>
background-color css
<style>
a { background-color: #C18AEF; }
a { background-color: rgb(193,138,239); }
div.DivClassName
{
background-color: #C18AEF;
}
.BgClassName
{
background-color: #C18AEF;
}
</style>
border-color css
<style>
span { border-color: #C18AEF; }
span { border-color: rgb(193,138,239); }
td.TdClassName
{
border-color: #C18AEF;
}
.TagClassName
{
border-color: #C18AEF;
}
</style>