Shades of Wisteria #C285EE
Tints of Wisteria #C285EE
RGB
CMYK
RGB Variations
Color information
#C285EE (or 0xC285EE) is known color: Wisteria. HEX triplet: C2, 85 and EE. RGB value is (194,133,238). Sum of RGB (Red+Green+Blue) = 194+133+238=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C285EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285EE is #3D7A11. Grayscale: #A2A2A2. Windows color (decimal): -4028946 or 15631810. OLE color: 15631810.
HSL color Cylindrical-coordinate representation of color #C285EE: hue angle of 274.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C285EE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 133 | 238 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.07 |
| HSL | 274.86º | 0.76% | 0.73% | - |
| HSV(B) | 274.86º | 0.44% | 0.93% | - |
| XYZ | 46.07 | 34.42 | 85.1 | - |
| YUV | 163.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 238 | 0.18 | 0.44 | 0 | 0.07 | 274.86 | 0.76 | 0.73 |
| Hex | C2 | 85 | EE | 12 | 2C | 0 | 7 | 113 | 4C | 49 |
| Octal | 302 | 205 | 356 | 22 | 54 | 0 | 7 | 423 | 114 | 111 |
| Binary | 11000010 | 10000101 | 11101110 | 10010 | 101100 | 0 | 111 | 100010011 | 1001100 | 1001001 |
Color Harmonies of #C285EE
Complementary color
Monochromatic Colors of #C285EE
Black with #C285EE
Text Example
Text Example
White with #C285EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285EE; }
p { color: rgb(194,133,238); }
H1.HeaderClassName
{
color: #C285EE;
}
.AnyTagClassName
{
color: #C285EE;
}
</style>
background-color css
<style>
a { background-color: #C285EE; }
a { background-color: rgb(194,133,238); }
div.DivClassName
{
background-color: #C285EE;
}
.BgClassName
{
background-color: #C285EE;
}
</style>
border-color css
<style>
span { border-color: #C285EE; }
span { border-color: rgb(194,133,238); }
td.TdClassName
{
border-color: #C285EE;
}
.TagClassName
{
border-color: #C285EE;
}
</style>