Shades of Wisteria #C18FF2
Tints of Wisteria #C18FF2
RGB
CMYK
RGB Variations
Color information
#C18FF2 (or 0xC18FF2) is known color: Wisteria. HEX triplet: C1, 8F and F2. RGB value is (193,143,242). Sum of RGB (Red+Green+Blue) = 193+143+242=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #C18FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FF2 is #3E700D. Grayscale: #A8A8A8. Windows color (decimal): -4091918 or 15896513. OLE color: 15896513.
HSL color Cylindrical-coordinate representation of color #C18FF2: hue angle of 270.3º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18FF2 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 143 | 242 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.05 |
| HSL | 270.3º | 0.79% | 0.75% | - |
| HSV(B) | 270.3º | 0.41% | 0.95% | - |
| XYZ | 47.84 | 37.39 | 88.7 | - |
| YUV | 169.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 242 | 0.20 | 0.41 | 0 | 0.05 | 270.3 | 0.79 | 0.75 |
| Hex | C1 | 8F | F2 | 14 | 29 | 0 | 5 | 10E | 4F | 4B |
| Octal | 301 | 217 | 362 | 24 | 51 | 0 | 5 | 416 | 117 | 113 |
| Binary | 11000001 | 10001111 | 11110010 | 10100 | 101001 | 0 | 101 | 100001110 | 1001111 | 1001011 |
Color Harmonies of #C18FF2
Complementary color
Monochromatic Colors of #C18FF2
Black with #C18FF2
Text Example
Text Example
White with #C18FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FF2; }
p { color: rgb(193,143,242); }
H1.HeaderClassName
{
color: #C18FF2;
}
.AnyTagClassName
{
color: #C18FF2;
}
</style>
background-color css
<style>
a { background-color: #C18FF2; }
a { background-color: rgb(193,143,242); }
div.DivClassName
{
background-color: #C18FF2;
}
.BgClassName
{
background-color: #C18FF2;
}
</style>
border-color css
<style>
span { border-color: #C18FF2; }
span { border-color: rgb(193,143,242); }
td.TdClassName
{
border-color: #C18FF2;
}
.TagClassName
{
border-color: #C18FF2;
}
</style>