Shades of Wisteria #CD8FDF
Tints of Wisteria #CD8FDF
RGB
CMYK
RGB Variations
Color information
#CD8FDF (or 0xCD8FDF) is known color: Wisteria. HEX triplet: CD, 8F and DF. RGB value is (205,143,223). Sum of RGB (Red+Green+Blue) = 205+143+223=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FDF is #327020. Grayscale: #AAAAAA. Windows color (decimal): -3305505 or 14651341. OLE color: 14651341.
HSL color Cylindrical-coordinate representation of color #CD8FDF: hue angle of 286.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8FDF is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 143 | 223 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.13 |
| HSL | 286.5º | 0.56% | 0.72% | - |
| HSV(B) | 286.5º | 0.36% | 0.87% | - |
| XYZ | 48.32 | 37.95 | 74.59 | - |
| YUV | 170.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 223 | 0.08 | 0.36 | 0 | 0.13 | 286.5 | 0.56 | 0.72 |
| Hex | CD | 8F | DF | 8 | 24 | 0 | D | 11E | 38 | 48 |
| Octal | 315 | 217 | 337 | 10 | 44 | 0 | 15 | 436 | 70 | 110 |
| Binary | 11001101 | 10001111 | 11011111 | 1000 | 100100 | 0 | 1101 | 100011110 | 111000 | 1001000 |
Color Harmonies of #CD8FDF
Complementary color
Monochromatic Colors of #CD8FDF
Black with #CD8FDF
Text Example
Text Example
White with #CD8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8FDF; }
p { color: rgb(205,143,223); }
H1.HeaderClassName
{
color: #CD8FDF;
}
.AnyTagClassName
{
color: #CD8FDF;
}
</style>
background-color css
<style>
a { background-color: #CD8FDF; }
a { background-color: rgb(205,143,223); }
div.DivClassName
{
background-color: #CD8FDF;
}
.BgClassName
{
background-color: #CD8FDF;
}
</style>
border-color css
<style>
span { border-color: #CD8FDF; }
span { border-color: rgb(205,143,223); }
td.TdClassName
{
border-color: #CD8FDF;
}
.TagClassName
{
border-color: #CD8FDF;
}
</style>