Shades of Wisteria #C28FFC
Tints of Wisteria #C28FFC
RGB
CMYK
RGB Variations
Color information
#C28FFC (or 0xC28FFC) is known color: Wisteria. HEX triplet: C2, 8F and FC. RGB value is (194,143,252). Sum of RGB (Red+Green+Blue) = 194+143+252=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C28FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FFC is #3D7003. Grayscale: #AAAAAA. Windows color (decimal): -4026372 or 16551874. OLE color: 16551874.
HSL color Cylindrical-coordinate representation of color #C28FFC: hue angle of 268.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28FFC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 143 | 252 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.01 |
| HSL | 268.07º | 0.95% | 0.77% | - |
| HSV(B) | 268.07º | 0.43% | 0.99% | - |
| XYZ | 49.64 | 38.14 | 96.84 | - |
| YUV | 170.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 252 | 0.23 | 0.43 | 0 | 0.01 | 268.07 | 0.95 | 0.77 |
| Hex | C2 | 8F | FC | 17 | 2B | 0 | 1 | 10C | 5F | 4D |
| Octal | 302 | 217 | 374 | 27 | 53 | 0 | 1 | 414 | 137 | 115 |
| Binary | 11000010 | 10001111 | 11111100 | 10111 | 101011 | 0 | 1 | 100001100 | 1011111 | 1001101 |
Color Harmonies of #C28FFC
Complementary color
Monochromatic Colors of #C28FFC
Black with #C28FFC
Text Example
Text Example
White with #C28FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FFC; }
p { color: rgb(194,143,252); }
H1.HeaderClassName
{
color: #C28FFC;
}
.AnyTagClassName
{
color: #C28FFC;
}
</style>
background-color css
<style>
a { background-color: #C28FFC; }
a { background-color: rgb(194,143,252); }
div.DivClassName
{
background-color: #C28FFC;
}
.BgClassName
{
background-color: #C28FFC;
}
</style>
border-color css
<style>
span { border-color: #C28FFC; }
span { border-color: rgb(194,143,252); }
td.TdClassName
{
border-color: #C28FFC;
}
.TagClassName
{
border-color: #C28FFC;
}
</style>