Shades of Wisteria #C18FE3
Tints of Wisteria #C18FE3
RGB
CMYK
RGB Variations
Color information
#C18FE3 (or 0xC18FE3) is known color: Wisteria. HEX triplet: C1, 8F and E3. RGB value is (193,143,227). Sum of RGB (Red+Green+Blue) = 193+143+227=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #C18FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FE3 is #3E701C. Grayscale: #A7A7A7. Windows color (decimal): -4091933 or 14913473. OLE color: 14913473.
HSL color Cylindrical-coordinate representation of color #C18FE3: hue angle of 275.71º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18FE3 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 143 | 227 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.11 |
| HSL | 275.71º | 0.6% | 0.73% | - |
| HSV(B) | 275.71º | 0.37% | 0.89% | - |
| XYZ | 45.68 | 36.53 | 77.32 | - |
| YUV | 167.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 227 | 0.15 | 0.37 | 0 | 0.11 | 275.71 | 0.6 | 0.73 |
| Hex | C1 | 8F | E3 | F | 25 | 0 | B | 114 | 3C | 49 |
| Octal | 301 | 217 | 343 | 17 | 45 | 0 | 13 | 424 | 74 | 111 |
| Binary | 11000001 | 10001111 | 11100011 | 1111 | 100101 | 0 | 1011 | 100010100 | 111100 | 1001001 |
Color Harmonies of #C18FE3
Complementary color
Monochromatic Colors of #C18FE3
Black with #C18FE3
Text Example
Text Example
White with #C18FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FE3; }
p { color: rgb(193,143,227); }
H1.HeaderClassName
{
color: #C18FE3;
}
.AnyTagClassName
{
color: #C18FE3;
}
</style>
background-color css
<style>
a { background-color: #C18FE3; }
a { background-color: rgb(193,143,227); }
div.DivClassName
{
background-color: #C18FE3;
}
.BgClassName
{
background-color: #C18FE3;
}
</style>
border-color css
<style>
span { border-color: #C18FE3; }
span { border-color: rgb(193,143,227); }
td.TdClassName
{
border-color: #C18FE3;
}
.TagClassName
{
border-color: #C18FE3;
}
</style>