Shades of Wisteria #C18FEE
Tints of Wisteria #C18FEE
RGB
CMYK
RGB Variations
Color information
#C18FEE (or 0xC18FEE) is known color: Wisteria. HEX triplet: C1, 8F and EE. RGB value is (193,143,238). Sum of RGB (Red+Green+Blue) = 193+143+238=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #C18FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FEE is #3E7011. Grayscale: #A8A8A8. Windows color (decimal): -4091922 or 15634369. OLE color: 15634369.
HSL color Cylindrical-coordinate representation of color #C18FEE: hue angle of 271.58º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18FEE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 143 | 238 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 271.58º | 0.74% | 0.75% | - |
| HSV(B) | 271.58º | 0.4% | 0.93% | - |
| XYZ | 47.25 | 37.16 | 85.57 | - |
| YUV | 168.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 238 | 0.19 | 0.40 | 0 | 0.07 | 271.58 | 0.74 | 0.75 |
| Hex | C1 | 8F | EE | 13 | 28 | 0 | 7 | 110 | 4A | 4B |
| Octal | 301 | 217 | 356 | 23 | 50 | 0 | 7 | 420 | 112 | 113 |
| Binary | 11000001 | 10001111 | 11101110 | 10011 | 101000 | 0 | 111 | 100010000 | 1001010 | 1001011 |
Color Harmonies of #C18FEE
Complementary color
Monochromatic Colors of #C18FEE
Black with #C18FEE
Text Example
Text Example
White with #C18FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FEE; }
p { color: rgb(193,143,238); }
H1.HeaderClassName
{
color: #C18FEE;
}
.AnyTagClassName
{
color: #C18FEE;
}
</style>
background-color css
<style>
a { background-color: #C18FEE; }
a { background-color: rgb(193,143,238); }
div.DivClassName
{
background-color: #C18FEE;
}
.BgClassName
{
background-color: #C18FEE;
}
</style>
border-color css
<style>
span { border-color: #C18FEE; }
span { border-color: rgb(193,143,238); }
td.TdClassName
{
border-color: #C18FEE;
}
.TagClassName
{
border-color: #C18FEE;
}
</style>