Shades of Wisteria #C28FF4
Tints of Wisteria #C28FF4
RGB
CMYK
RGB Variations
Color information
#C28FF4 (or 0xC28FF4) is known color: Wisteria. HEX triplet: C2, 8F and F4. RGB value is (194,143,244). Sum of RGB (Red+Green+Blue) = 194+143+244=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #C28FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FF4 is #3D700B. Grayscale: #A9A9A9. Windows color (decimal): -4026380 or 16027586. OLE color: 16027586.
HSL color Cylindrical-coordinate representation of color #C28FF4: hue angle of 270.3º 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 #C28FF4 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 143 | 244 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.04 |
| HSL | 270.3º | 0.82% | 0.76% | - |
| HSV(B) | 270.3º | 0.41% | 0.96% | - |
| XYZ | 48.4 | 37.65 | 90.3 | - |
| YUV | 169.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 244 | 0.20 | 0.41 | 0 | 0.04 | 270.3 | 0.82 | 0.76 |
| Hex | C2 | 8F | F4 | 14 | 29 | 0 | 4 | 10E | 52 | 4C |
| Octal | 302 | 217 | 364 | 24 | 51 | 0 | 4 | 416 | 122 | 114 |
| Binary | 11000010 | 10001111 | 11110100 | 10100 | 101001 | 0 | 100 | 100001110 | 1010010 | 1001100 |
Color Harmonies of #C28FF4
Complementary color
Monochromatic Colors of #C28FF4
Black with #C28FF4
Text Example
Text Example
White with #C28FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FF4; }
p { color: rgb(194,143,244); }
H1.HeaderClassName
{
color: #C28FF4;
}
.AnyTagClassName
{
color: #C28FF4;
}
</style>
background-color css
<style>
a { background-color: #C28FF4; }
a { background-color: rgb(194,143,244); }
div.DivClassName
{
background-color: #C28FF4;
}
.BgClassName
{
background-color: #C28FF4;
}
</style>
border-color css
<style>
span { border-color: #C28FF4; }
span { border-color: rgb(194,143,244); }
td.TdClassName
{
border-color: #C28FF4;
}
.TagClassName
{
border-color: #C28FF4;
}
</style>