Shades of Wisteria #C18AFC
Tints of Wisteria #C18AFC
RGB
CMYK
RGB Variations
Color information
#C18AFC (or 0xC18AFC) is known color: Wisteria. HEX triplet: C1, 8A and FC. RGB value is (193,138,252). Sum of RGB (Red+Green+Blue) = 193+138+252=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C18AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFC is #3E7503. Grayscale: #A7A7A7. Windows color (decimal): -4093188 or 16550593. OLE color: 16550593.
HSL color Cylindrical-coordinate representation of color #C18AFC: hue angle of 268.95º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C18AFC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 138 | 252 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.01 |
| HSL | 268.95º | 0.95% | 0.76% | - |
| HSV(B) | 268.95º | 0.45% | 0.99% | - |
| XYZ | 48.65 | 36.54 | 96.58 | - |
| YUV | 167.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 252 | 0.23 | 0.45 | 0 | 0.01 | 268.95 | 0.95 | 0.76 |
| Hex | C1 | 8A | FC | 17 | 2D | 0 | 1 | 10D | 5F | 4C |
| Octal | 301 | 212 | 374 | 27 | 55 | 0 | 1 | 415 | 137 | 114 |
| Binary | 11000001 | 10001010 | 11111100 | 10111 | 101101 | 0 | 1 | 100001101 | 1011111 | 1001100 |
Color Harmonies of #C18AFC
Complementary color
Monochromatic Colors of #C18AFC
Black with #C18AFC
Text Example
Text Example
White with #C18AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AFC; }
p { color: rgb(193,138,252); }
H1.HeaderClassName
{
color: #C18AFC;
}
.AnyTagClassName
{
color: #C18AFC;
}
</style>
background-color css
<style>
a { background-color: #C18AFC; }
a { background-color: rgb(193,138,252); }
div.DivClassName
{
background-color: #C18AFC;
}
.BgClassName
{
background-color: #C18AFC;
}
</style>
border-color css
<style>
span { border-color: #C18AFC; }
span { border-color: rgb(193,138,252); }
td.TdClassName
{
border-color: #C18AFC;
}
.TagClassName
{
border-color: #C18AFC;
}
</style>