Shades of Wisteria #CD8FE4
Tints of Wisteria #CD8FE4
RGB
CMYK
RGB Variations
Color information
#CD8FE4 (or 0xCD8FE4) is known color: Wisteria. HEX triplet: CD, 8F and E4. RGB value is (205,143,228). Sum of RGB (Red+Green+Blue) = 205+143+228=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FE4 is #32701B. Grayscale: #AAAAAA. Windows color (decimal): -3305500 or 14979021. OLE color: 14979021.
HSL color Cylindrical-coordinate representation of color #CD8FE4: hue angle of 283.76º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8FE4 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 143 | 228 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.11 |
| HSL | 283.76º | 0.61% | 0.73% | - |
| HSV(B) | 283.76º | 0.37% | 0.89% | - |
| XYZ | 49 | 38.23 | 78.19 | - |
| YUV | 171.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 228 | 0.10 | 0.37 | 0 | 0.11 | 283.76 | 0.61 | 0.73 |
| Hex | CD | 8F | E4 | A | 25 | 0 | B | 11C | 3D | 49 |
| Octal | 315 | 217 | 344 | 12 | 45 | 0 | 13 | 434 | 75 | 111 |
| Binary | 11001101 | 10001111 | 11100100 | 1010 | 100101 | 0 | 1011 | 100011100 | 111101 | 1001001 |
Color Harmonies of #CD8FE4
Complementary color
Monochromatic Colors of #CD8FE4
Black with #CD8FE4
Text Example
Text Example
White with #CD8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FE4; }
p { color: rgb(205,143,228); }
H1.HeaderClassName
{
color: #CD8FE4;
}
.AnyTagClassName
{
color: #CD8FE4;
}
</style>
background-color css
<style>
a { background-color: #CD8FE4; }
a { background-color: rgb(205,143,228); }
div.DivClassName
{
background-color: #CD8FE4;
}
.BgClassName
{
background-color: #CD8FE4;
}
</style>
border-color css
<style>
span { border-color: #CD8FE4; }
span { border-color: rgb(205,143,228); }
td.TdClassName
{
border-color: #CD8FE4;
}
.TagClassName
{
border-color: #CD8FE4;
}
</style>