Shades of Wisteria #C890E8
Tints of Wisteria #C890E8
RGB
CMYK
RGB Variations
Color information
#C890E8 (or 0xC890E8) is known color: Wisteria. HEX triplet: C8, 90 and E8. RGB value is (200,144,232). Sum of RGB (Red+Green+Blue) = 200+144+232=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C890E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890E8 is #376F17. Grayscale: #AAAAAA. Windows color (decimal): -3632920 or 15241416. OLE color: 15241416.
HSL color Cylindrical-coordinate representation of color #C890E8: hue angle of 278.18º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C890E8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 144 | 232 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.09 |
| HSL | 278.18º | 0.66% | 0.74% | - |
| HSV(B) | 278.18º | 0.38% | 0.91% | - |
| XYZ | 48.36 | 38.05 | 81.14 | - |
| YUV | 170.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 232 | 0.14 | 0.38 | 0 | 0.09 | 278.18 | 0.66 | 0.74 |
| Hex | C8 | 90 | E8 | E | 26 | 0 | 9 | 116 | 42 | 4A |
| Octal | 310 | 220 | 350 | 16 | 46 | 0 | 11 | 426 | 102 | 112 |
| Binary | 11001000 | 10010000 | 11101000 | 1110 | 100110 | 0 | 1001 | 100010110 | 1000010 | 1001010 |
Color Harmonies of #C890E8
Complementary color
Monochromatic Colors of #C890E8
Black with #C890E8
Text Example
Text Example
White with #C890E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890E8; }
p { color: rgb(200,144,232); }
H1.HeaderClassName
{
color: #C890E8;
}
.AnyTagClassName
{
color: #C890E8;
}
</style>
background-color css
<style>
a { background-color: #C890E8; }
a { background-color: rgb(200,144,232); }
div.DivClassName
{
background-color: #C890E8;
}
.BgClassName
{
background-color: #C890E8;
}
</style>
border-color css
<style>
span { border-color: #C890E8; }
span { border-color: rgb(200,144,232); }
td.TdClassName
{
border-color: #C890E8;
}
.TagClassName
{
border-color: #C890E8;
}
</style>