Shades of Wisteria #C28FFD
Tints of Wisteria #C28FFD
RGB
CMYK
RGB Variations
Color information
#C28FFD (or 0xC28FFD) is known color: Wisteria. HEX triplet: C2, 8F and FD. RGB value is (194,143,253). Sum of RGB (Red+Green+Blue) = 194+143+253=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #C28FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FFD is #3D7002. Grayscale: #AAAAAA. Windows color (decimal): -4026371 or 16617410. OLE color: 16617410.
HSL color Cylindrical-coordinate representation of color #C28FFD: hue angle of 267.82º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28FFD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 143 | 253 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.01 |
| HSL | 267.82º | 0.96% | 0.78% | - |
| HSV(B) | 267.82º | 0.43% | 0.99% | - |
| XYZ | 49.8 | 38.21 | 97.68 | - |
| YUV | 170.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 253 | 0.23 | 0.43 | 0 | 0.01 | 267.82 | 0.96 | 0.78 |
| Hex | C2 | 8F | FD | 17 | 2B | 0 | 1 | 10C | 60 | 4E |
| Octal | 302 | 217 | 375 | 27 | 53 | 0 | 1 | 414 | 140 | 116 |
| Binary | 11000010 | 10001111 | 11111101 | 10111 | 101011 | 0 | 1 | 100001100 | 1100000 | 1001110 |
Color Harmonies of #C28FFD
Complementary color
Monochromatic Colors of #C28FFD
Black with #C28FFD
Text Example
Text Example
White with #C28FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FFD; }
p { color: rgb(194,143,253); }
H1.HeaderClassName
{
color: #C28FFD;
}
.AnyTagClassName
{
color: #C28FFD;
}
</style>
background-color css
<style>
a { background-color: #C28FFD; }
a { background-color: rgb(194,143,253); }
div.DivClassName
{
background-color: #C28FFD;
}
.BgClassName
{
background-color: #C28FFD;
}
</style>
border-color css
<style>
span { border-color: #C28FFD; }
span { border-color: rgb(194,143,253); }
td.TdClassName
{
border-color: #C28FFD;
}
.TagClassName
{
border-color: #C28FFD;
}
</style>