Shades of Wisteria #C28FDC
Tints of Wisteria #C28FDC
RGB
CMYK
RGB Variations
Color information
#C28FDC (or 0xC28FDC) is known color: Wisteria. HEX triplet: C2, 8F and DC. RGB value is (194,143,220). Sum of RGB (Red+Green+Blue) = 194+143+220=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C28FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FDC is #3D7023. Grayscale: #A6A6A6. Windows color (decimal): -4026404 or 14454722. OLE color: 14454722.
HSL color Cylindrical-coordinate representation of color #C28FDC: hue angle of 279.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28FDC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 143 | 220 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.14 |
| HSL | 279.74º | 0.52% | 0.71% | - |
| HSV(B) | 279.74º | 0.35% | 0.86% | - |
| XYZ | 44.99 | 36.28 | 72.34 | - |
| YUV | 167.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 220 | 0.12 | 0.35 | 0 | 0.14 | 279.74 | 0.52 | 0.71 |
| Hex | C2 | 8F | DC | C | 23 | 0 | E | 118 | 34 | 47 |
| Octal | 302 | 217 | 334 | 14 | 43 | 0 | 16 | 430 | 64 | 107 |
| Binary | 11000010 | 10001111 | 11011100 | 1100 | 100011 | 0 | 1110 | 100011000 | 110100 | 1000111 |
Color Harmonies of #C28FDC
Complementary color
Monochromatic Colors of #C28FDC
Black with #C28FDC
Text Example
Text Example
White with #C28FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FDC; }
p { color: rgb(194,143,220); }
H1.HeaderClassName
{
color: #C28FDC;
}
.AnyTagClassName
{
color: #C28FDC;
}
</style>
background-color css
<style>
a { background-color: #C28FDC; }
a { background-color: rgb(194,143,220); }
div.DivClassName
{
background-color: #C28FDC;
}
.BgClassName
{
background-color: #C28FDC;
}
</style>
border-color css
<style>
span { border-color: #C28FDC; }
span { border-color: rgb(194,143,220); }
td.TdClassName
{
border-color: #C28FDC;
}
.TagClassName
{
border-color: #C28FDC;
}
</style>