Shades of Wisteria #C28FE8
Tints of Wisteria #C28FE8
RGB
CMYK
RGB Variations
Color information
#C28FE8 (or 0xC28FE8) is known color: Wisteria. HEX triplet: C2, 8F and E8. RGB value is (194,143,232). Sum of RGB (Red+Green+Blue) = 194+143+232=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #C28FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FE8 is #3D7017. Grayscale: #A8A8A8. Windows color (decimal): -4026392 or 15241154. OLE color: 15241154.
HSL color Cylindrical-coordinate representation of color #C28FE8: hue angle of 274.38º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28FE8 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 143 | 232 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.09 |
| HSL | 274.38º | 0.66% | 0.74% | - |
| HSV(B) | 274.38º | 0.38% | 0.91% | - |
| XYZ | 46.64 | 36.94 | 81.02 | - |
| YUV | 168.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 232 | 0.16 | 0.38 | 0 | 0.09 | 274.38 | 0.66 | 0.74 |
| Hex | C2 | 8F | E8 | 10 | 26 | 0 | 9 | 112 | 42 | 4A |
| Octal | 302 | 217 | 350 | 20 | 46 | 0 | 11 | 422 | 102 | 112 |
| Binary | 11000010 | 10001111 | 11101000 | 10000 | 100110 | 0 | 1001 | 100010010 | 1000010 | 1001010 |
Color Harmonies of #C28FE8
Complementary color
Monochromatic Colors of #C28FE8
Black with #C28FE8
Text Example
Text Example
White with #C28FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FE8; }
p { color: rgb(194,143,232); }
H1.HeaderClassName
{
color: #C28FE8;
}
.AnyTagClassName
{
color: #C28FE8;
}
</style>
background-color css
<style>
a { background-color: #C28FE8; }
a { background-color: rgb(194,143,232); }
div.DivClassName
{
background-color: #C28FE8;
}
.BgClassName
{
background-color: #C28FE8;
}
</style>
border-color css
<style>
span { border-color: #C28FE8; }
span { border-color: rgb(194,143,232); }
td.TdClassName
{
border-color: #C28FE8;
}
.TagClassName
{
border-color: #C28FE8;
}
</style>