Shades of Wisteria #C285E6
Tints of Wisteria #C285E6
RGB
CMYK
RGB Variations
Color information
#C285E6 (or 0xC285E6) is known color: Wisteria. HEX triplet: C2, 85 and E6. RGB value is (194,133,230). Sum of RGB (Red+Green+Blue) = 194+133+230=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #C285E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285E6 is #3D7A19. Grayscale: #A1A1A1. Windows color (decimal): -4028954 or 15107522. OLE color: 15107522.
HSL color Cylindrical-coordinate representation of color #C285E6: hue angle of 277.73º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C285E6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 133 | 230 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.10 |
| HSL | 277.73º | 0.66% | 0.71% | - |
| HSV(B) | 277.73º | 0.42% | 0.9% | - |
| XYZ | 44.92 | 33.96 | 79.05 | - |
| YUV | 162.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 230 | 0.16 | 0.42 | 0 | 0.10 | 277.73 | 0.66 | 0.71 |
| Hex | C2 | 85 | E6 | 10 | 2A | 0 | A | 116 | 42 | 47 |
| Octal | 302 | 205 | 346 | 20 | 52 | 0 | 12 | 426 | 102 | 107 |
| Binary | 11000010 | 10000101 | 11100110 | 10000 | 101010 | 0 | 1010 | 100010110 | 1000010 | 1000111 |
Color Harmonies of #C285E6
Complementary color
Monochromatic Colors of #C285E6
Black with #C285E6
Text Example
Text Example
White with #C285E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285E6; }
p { color: rgb(194,133,230); }
H1.HeaderClassName
{
color: #C285E6;
}
.AnyTagClassName
{
color: #C285E6;
}
</style>
background-color css
<style>
a { background-color: #C285E6; }
a { background-color: rgb(194,133,230); }
div.DivClassName
{
background-color: #C285E6;
}
.BgClassName
{
background-color: #C285E6;
}
</style>
border-color css
<style>
span { border-color: #C285E6; }
span { border-color: rgb(194,133,230); }
td.TdClassName
{
border-color: #C285E6;
}
.TagClassName
{
border-color: #C285E6;
}
</style>