Shades of Wisteria #CD8FED
Tints of Wisteria #CD8FED
RGB
CMYK
RGB Variations
Color information
#CD8FED (or 0xCD8FED) is known color: Wisteria. HEX triplet: CD, 8F and ED. RGB value is (205,143,237). Sum of RGB (Red+Green+Blue) = 205+143+237=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8FED is #327012. Grayscale: #ABABAB. Windows color (decimal): -3305491 or 15568845. OLE color: 15568845.
HSL color Cylindrical-coordinate representation of color #CD8FED: hue angle of 279.57º degrees, saturation: 0.72, 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 #CD8FED is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 143 | 237 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.07 |
| HSL | 279.57º | 0.72% | 0.75% | - |
| HSV(B) | 279.57º | 0.4% | 0.93% | - |
| XYZ | 50.29 | 38.74 | 84.95 | - |
| YUV | 172.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 237 | 0.14 | 0.40 | 0 | 0.07 | 279.57 | 0.72 | 0.75 |
| Hex | CD | 8F | ED | E | 28 | 0 | 7 | 118 | 48 | 4B |
| Octal | 315 | 217 | 355 | 16 | 50 | 0 | 7 | 430 | 110 | 113 |
| Binary | 11001101 | 10001111 | 11101101 | 1110 | 101000 | 0 | 111 | 100011000 | 1001000 | 1001011 |
Color Harmonies of #CD8FED
Complementary color
Monochromatic Colors of #CD8FED
Black with #CD8FED
Text Example
Text Example
White with #CD8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FED; }
p { color: rgb(205,143,237); }
H1.HeaderClassName
{
color: #CD8FED;
}
.AnyTagClassName
{
color: #CD8FED;
}
</style>
background-color css
<style>
a { background-color: #CD8FED; }
a { background-color: rgb(205,143,237); }
div.DivClassName
{
background-color: #CD8FED;
}
.BgClassName
{
background-color: #CD8FED;
}
</style>
border-color css
<style>
span { border-color: #CD8FED; }
span { border-color: rgb(205,143,237); }
td.TdClassName
{
border-color: #CD8FED;
}
.TagClassName
{
border-color: #CD8FED;
}
</style>