Shades of Wisteria #C885EA
Tints of Wisteria #C885EA
RGB
CMYK
RGB Variations
Color information
#C885EA (or 0xC885EA) is known color: Wisteria. HEX triplet: C8, 85 and EA. RGB value is (200,133,234). Sum of RGB (Red+Green+Blue) = 200+133+234=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #C885EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885EA is #377A15. Grayscale: #A4A4A4. Windows color (decimal): -3635734 or 15369672. OLE color: 15369672.
HSL color Cylindrical-coordinate representation of color #C885EA: hue angle of 279.8º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C885EA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 133 | 234 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.08 |
| HSL | 279.8º | 0.71% | 0.72% | - |
| HSV(B) | 279.8º | 0.43% | 0.92% | - |
| XYZ | 47.06 | 34.99 | 82.12 | - |
| YUV | 164.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 234 | 0.15 | 0.43 | 0 | 0.08 | 279.8 | 0.71 | 0.72 |
| Hex | C8 | 85 | EA | F | 2B | 0 | 8 | 118 | 47 | 48 |
| Octal | 310 | 205 | 352 | 17 | 53 | 0 | 10 | 430 | 107 | 110 |
| Binary | 11001000 | 10000101 | 11101010 | 1111 | 101011 | 0 | 1000 | 100011000 | 1000111 | 1001000 |
Color Harmonies of #C885EA
Complementary color
Monochromatic Colors of #C885EA
Black with #C885EA
Text Example
Text Example
White with #C885EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885EA; }
p { color: rgb(200,133,234); }
H1.HeaderClassName
{
color: #C885EA;
}
.AnyTagClassName
{
color: #C885EA;
}
</style>
background-color css
<style>
a { background-color: #C885EA; }
a { background-color: rgb(200,133,234); }
div.DivClassName
{
background-color: #C885EA;
}
.BgClassName
{
background-color: #C885EA;
}
</style>
border-color css
<style>
span { border-color: #C885EA; }
span { border-color: rgb(200,133,234); }
td.TdClassName
{
border-color: #C885EA;
}
.TagClassName
{
border-color: #C885EA;
}
</style>