Shades of Wisteria #C18FF4
Tints of Wisteria #C18FF4
RGB
CMYK
RGB Variations
Color information
#C18FF4 (or 0xC18FF4) is known color: Wisteria. HEX triplet: C1, 8F and F4. RGB value is (193,143,244). Sum of RGB (Red+Green+Blue) = 193+143+244=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #C18FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FF4 is #3E700B. Grayscale: #A9A9A9. Windows color (decimal): -4091916 or 16027585. OLE color: 16027585.
HSL color Cylindrical-coordinate representation of color #C18FF4: hue angle of 269.7º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18FF4 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 143 | 244 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.04 |
| HSL | 269.7º | 0.82% | 0.76% | - |
| HSV(B) | 269.7º | 0.41% | 0.96% | - |
| XYZ | 48.14 | 37.51 | 90.29 | - |
| YUV | 169.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 244 | 0.21 | 0.41 | 0 | 0.04 | 269.7 | 0.82 | 0.76 |
| Hex | C1 | 8F | F4 | 15 | 29 | 0 | 4 | 10E | 52 | 4C |
| Octal | 301 | 217 | 364 | 25 | 51 | 0 | 4 | 416 | 122 | 114 |
| Binary | 11000001 | 10001111 | 11110100 | 10101 | 101001 | 0 | 100 | 100001110 | 1010010 | 1001100 |
Color Harmonies of #C18FF4
Complementary color
Monochromatic Colors of #C18FF4
Black with #C18FF4
Text Example
Text Example
White with #C18FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FF4; }
p { color: rgb(193,143,244); }
H1.HeaderClassName
{
color: #C18FF4;
}
.AnyTagClassName
{
color: #C18FF4;
}
</style>
background-color css
<style>
a { background-color: #C18FF4; }
a { background-color: rgb(193,143,244); }
div.DivClassName
{
background-color: #C18FF4;
}
.BgClassName
{
background-color: #C18FF4;
}
</style>
border-color css
<style>
span { border-color: #C18FF4; }
span { border-color: rgb(193,143,244); }
td.TdClassName
{
border-color: #C18FF4;
}
.TagClassName
{
border-color: #C18FF4;
}
</style>