Shades of Wisteria #C285E8
Tints of Wisteria #C285E8
RGB
CMYK
RGB Variations
Color information
#C285E8 (or 0xC285E8) is known color: Wisteria. HEX triplet: C2, 85 and E8. RGB value is (194,133,232). Sum of RGB (Red+Green+Blue) = 194+133+232=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #C285E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285E8 is #3D7A17. Grayscale: #A2A2A2. Windows color (decimal): -4028952 or 15238594. OLE color: 15238594.
HSL color Cylindrical-coordinate representation of color #C285E8: hue angle of 276.97º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C285E8 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 133 | 232 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.09 |
| HSL | 276.97º | 0.68% | 0.72% | - |
| HSV(B) | 276.97º | 0.43% | 0.91% | - |
| XYZ | 45.2 | 34.07 | 80.54 | - |
| YUV | 162.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 232 | 0.16 | 0.43 | 0 | 0.09 | 276.97 | 0.68 | 0.72 |
| Hex | C2 | 85 | E8 | 10 | 2B | 0 | 9 | 115 | 44 | 48 |
| Octal | 302 | 205 | 350 | 20 | 53 | 0 | 11 | 425 | 104 | 110 |
| Binary | 11000010 | 10000101 | 11101000 | 10000 | 101011 | 0 | 1001 | 100010101 | 1000100 | 1001000 |
Color Harmonies of #C285E8
Complementary color
Monochromatic Colors of #C285E8
Black with #C285E8
Text Example
Text Example
White with #C285E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285E8; }
p { color: rgb(194,133,232); }
H1.HeaderClassName
{
color: #C285E8;
}
.AnyTagClassName
{
color: #C285E8;
}
</style>
background-color css
<style>
a { background-color: #C285E8; }
a { background-color: rgb(194,133,232); }
div.DivClassName
{
background-color: #C285E8;
}
.BgClassName
{
background-color: #C285E8;
}
</style>
border-color css
<style>
span { border-color: #C285E8; }
span { border-color: rgb(194,133,232); }
td.TdClassName
{
border-color: #C285E8;
}
.TagClassName
{
border-color: #C285E8;
}
</style>