Shades of Wisteria #C28FEE
Tints of Wisteria #C28FEE
RGB
CMYK
RGB Variations
Color information
#C28FEE (or 0xC28FEE) is known color: Wisteria. HEX triplet: C2, 8F and EE. RGB value is (194,143,238). Sum of RGB (Red+Green+Blue) = 194+143+238=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FEE is #3D7011. Grayscale: #A8A8A8. Windows color (decimal): -4026386 or 15634370. OLE color: 15634370.
HSL color Cylindrical-coordinate representation of color #C28FEE: hue angle of 272.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28FEE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 143 | 238 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.07 |
| HSL | 272.21º | 0.74% | 0.75% | - |
| HSV(B) | 272.21º | 0.4% | 0.93% | - |
| XYZ | 47.5 | 37.29 | 85.58 | - |
| YUV | 169.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 238 | 0.18 | 0.40 | 0 | 0.07 | 272.21 | 0.74 | 0.75 |
| Hex | C2 | 8F | EE | 12 | 28 | 0 | 7 | 110 | 4A | 4B |
| Octal | 302 | 217 | 356 | 22 | 50 | 0 | 7 | 420 | 112 | 113 |
| Binary | 11000010 | 10001111 | 11101110 | 10010 | 101000 | 0 | 111 | 100010000 | 1001010 | 1001011 |
Color Harmonies of #C28FEE
Complementary color
Monochromatic Colors of #C28FEE
Black with #C28FEE
Text Example
Text Example
White with #C28FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FEE; }
p { color: rgb(194,143,238); }
H1.HeaderClassName
{
color: #C28FEE;
}
.AnyTagClassName
{
color: #C28FEE;
}
</style>
background-color css
<style>
a { background-color: #C28FEE; }
a { background-color: rgb(194,143,238); }
div.DivClassName
{
background-color: #C28FEE;
}
.BgClassName
{
background-color: #C28FEE;
}
</style>
border-color css
<style>
span { border-color: #C28FEE; }
span { border-color: rgb(194,143,238); }
td.TdClassName
{
border-color: #C28FEE;
}
.TagClassName
{
border-color: #C28FEE;
}
</style>