Shades of Wisteria #C28EEA
Tints of Wisteria #C28EEA
RGB
CMYK
RGB Variations
Color information
#C28EEA (or 0xC28EEA) is known color: Wisteria. HEX triplet: C2, 8E and EA. RGB value is (194,142,234). Sum of RGB (Red+Green+Blue) = 194+142+234=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C28EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EEA is #3D7115. Grayscale: #A7A7A7. Windows color (decimal): -4026646 or 15371970. OLE color: 15371970.
HSL color Cylindrical-coordinate representation of color #C28EEA: hue angle of 273.91º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28EEA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 142 | 234 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.08 |
| HSL | 273.91º | 0.69% | 0.74% | - |
| HSV(B) | 273.91º | 0.39% | 0.92% | - |
| XYZ | 46.77 | 36.76 | 82.47 | - |
| YUV | 168.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 234 | 0.17 | 0.39 | 0 | 0.08 | 273.91 | 0.69 | 0.74 |
| Hex | C2 | 8E | EA | 11 | 27 | 0 | 8 | 112 | 45 | 4A |
| Octal | 302 | 216 | 352 | 21 | 47 | 0 | 10 | 422 | 105 | 112 |
| Binary | 11000010 | 10001110 | 11101010 | 10001 | 100111 | 0 | 1000 | 100010010 | 1000101 | 1001010 |
Color Harmonies of #C28EEA
Complementary color
Monochromatic Colors of #C28EEA
Black with #C28EEA
Text Example
Text Example
White with #C28EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EEA; }
p { color: rgb(194,142,234); }
H1.HeaderClassName
{
color: #C28EEA;
}
.AnyTagClassName
{
color: #C28EEA;
}
</style>
background-color css
<style>
a { background-color: #C28EEA; }
a { background-color: rgb(194,142,234); }
div.DivClassName
{
background-color: #C28EEA;
}
.BgClassName
{
background-color: #C28EEA;
}
</style>
border-color css
<style>
span { border-color: #C28EEA; }
span { border-color: rgb(194,142,234); }
td.TdClassName
{
border-color: #C28EEA;
}
.TagClassName
{
border-color: #C28EEA;
}
</style>