Shades of Wisteria #C18CFF
Tints of Wisteria #C18CFF
RGB
CMYK
RGB Variations
Color information
#C18CFF (or 0xC18CFF) is known color: Wisteria. HEX triplet: C1, 8C and FF. RGB value is (193,140,255). Sum of RGB (Red+Green+Blue) = 193+140+255=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C18CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CFF is #3E7300. Grayscale: #A8A8A8. Windows color (decimal): -4092673 or 16747713. OLE color: 16747713.
HSL color Cylindrical-coordinate representation of color #C18CFF: hue angle of 267.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C18CFF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 140 | 255 | - |
| CMYK | 0.24 | 0.45 | 0 | 0 |
| HSL | 267.65º | 1% | 0.77% | - |
| HSV(B) | 267.65º | 0.45% | 1% | - |
| XYZ | 49.42 | 37.31 | 99.21 | - |
| YUV | 168.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 255 | 0.24 | 0.45 | 0 | 0 | 267.65 | 1 | 0.77 |
| Hex | C1 | 8C | FF | 18 | 2D | 0 | 0 | 10C | 64 | 4D |
| Octal | 301 | 214 | 377 | 30 | 55 | 0 | 0 | 414 | 144 | 115 |
| Binary | 11000001 | 10001100 | 11111111 | 11000 | 101101 | 0 | 0 | 100001100 | 1100100 | 1001101 |
Color Harmonies of #C18CFF
Complementary color
Monochromatic Colors of #C18CFF
Black with #C18CFF
Text Example
Text Example
White with #C18CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CFF; }
p { color: rgb(193,140,255); }
H1.HeaderClassName
{
color: #C18CFF;
}
.AnyTagClassName
{
color: #C18CFF;
}
</style>
background-color css
<style>
a { background-color: #C18CFF; }
a { background-color: rgb(193,140,255); }
div.DivClassName
{
background-color: #C18CFF;
}
.BgClassName
{
background-color: #C18CFF;
}
</style>
border-color css
<style>
span { border-color: #C18CFF; }
span { border-color: rgb(193,140,255); }
td.TdClassName
{
border-color: #C18CFF;
}
.TagClassName
{
border-color: #C18CFF;
}
</style>