Shades of Wisteria #CD92E8
Tints of Wisteria #CD92E8
RGB
CMYK
RGB Variations
Color information
#CD92E8 (or 0xCD92E8) is known color: Wisteria. HEX triplet: CD, 92 and E8. RGB value is (205,146,232). Sum of RGB (Red+Green+Blue) = 205+146+232=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD92E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD92E8 is #326D17. Grayscale: #ADADAD. Windows color (decimal): -3304728 or 15241933. OLE color: 15241933.
HSL color Cylindrical-coordinate representation of color #CD92E8: hue angle of 281.16º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD92E8 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 146 | 232 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.09 |
| HSL | 281.16º | 0.65% | 0.74% | - |
| HSV(B) | 281.16º | 0.37% | 0.91% | - |
| XYZ | 50.02 | 39.36 | 81.31 | - |
| YUV | 173.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 232 | 0.12 | 0.37 | 0 | 0.09 | 281.16 | 0.65 | 0.74 |
| Hex | CD | 92 | E8 | C | 25 | 0 | 9 | 119 | 41 | 4A |
| Octal | 315 | 222 | 350 | 14 | 45 | 0 | 11 | 431 | 101 | 112 |
| Binary | 11001101 | 10010010 | 11101000 | 1100 | 100101 | 0 | 1001 | 100011001 | 1000001 | 1001010 |
Color Harmonies of #CD92E8
Complementary color
Monochromatic Colors of #CD92E8
Black with #CD92E8
Text Example
Text Example
White with #CD92E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92E8; }
p { color: rgb(205,146,232); }
H1.HeaderClassName
{
color: #CD92E8;
}
.AnyTagClassName
{
color: #CD92E8;
}
</style>
background-color css
<style>
a { background-color: #CD92E8; }
a { background-color: rgb(205,146,232); }
div.DivClassName
{
background-color: #CD92E8;
}
.BgClassName
{
background-color: #CD92E8;
}
</style>
border-color css
<style>
span { border-color: #CD92E8; }
span { border-color: rgb(205,146,232); }
td.TdClassName
{
border-color: #CD92E8;
}
.TagClassName
{
border-color: #CD92E8;
}
</style>