Shades of Wisteria #C18FFE
Tints of Wisteria #C18FFE
RGB
CMYK
RGB Variations
Color information
#C18FFE (or 0xC18FFE) is known color: Wisteria. HEX triplet: C1, 8F and FE. RGB value is (193,143,254). Sum of RGB (Red+Green+Blue) = 193+143+254=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C18FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FFE is #3E7001. Grayscale: #AAAAAA. Windows color (decimal): -4091906 or 16682945. OLE color: 16682945.
HSL color Cylindrical-coordinate representation of color #C18FFE: hue angle of 267.03º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18FFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 143 | 254 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.00 |
| HSL | 267.03º | 0.98% | 0.78% | - |
| HSV(B) | 267.03º | 0.44% | 1% | - |
| XYZ | 49.7 | 38.14 | 98.51 | - |
| YUV | 170.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 254 | 0.24 | 0.44 | 0 | 0.00 | 267.03 | 0.98 | 0.78 |
| Hex | C1 | 8F | FE | 18 | 2C | 0 | 0 | 10B | 62 | 4E |
| Octal | 301 | 217 | 376 | 30 | 54 | 0 | 0 | 413 | 142 | 116 |
| Binary | 11000001 | 10001111 | 11111110 | 11000 | 101100 | 0 | 0 | 100001011 | 1100010 | 1001110 |
Color Harmonies of #C18FFE
Complementary color
Monochromatic Colors of #C18FFE
Black with #C18FFE
Text Example
Text Example
White with #C18FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FFE; }
p { color: rgb(193,143,254); }
H1.HeaderClassName
{
color: #C18FFE;
}
.AnyTagClassName
{
color: #C18FFE;
}
</style>
background-color css
<style>
a { background-color: #C18FFE; }
a { background-color: rgb(193,143,254); }
div.DivClassName
{
background-color: #C18FFE;
}
.BgClassName
{
background-color: #C18FFE;
}
</style>
border-color css
<style>
span { border-color: #C18FFE; }
span { border-color: rgb(193,143,254); }
td.TdClassName
{
border-color: #C18FFE;
}
.TagClassName
{
border-color: #C18FFE;
}
</style>