Shades of Wisteria #C283EE
Tints of Wisteria #C283EE
RGB
CMYK
RGB Variations
Color information
#C283EE (or 0xC283EE) is known color: Wisteria. HEX triplet: C2, 83 and EE. RGB value is (194,131,238). Sum of RGB (Red+Green+Blue) = 194+131+238=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C283EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C283EE is #3D7C11. Grayscale: #A1A1A1. Windows color (decimal): -4029458 or 15631298. OLE color: 15631298.
HSL color Cylindrical-coordinate representation of color #C283EE: hue angle of 275.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C283EE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 131 | 238 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.07 |
| HSL | 275.33º | 0.76% | 0.72% | - |
| HSV(B) | 275.33º | 0.45% | 0.93% | - |
| XYZ | 45.8 | 33.87 | 85.01 | - |
| YUV | 162.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 238 | 0.18 | 0.45 | 0 | 0.07 | 275.33 | 0.76 | 0.72 |
| Hex | C2 | 83 | EE | 12 | 2D | 0 | 7 | 113 | 4C | 48 |
| Octal | 302 | 203 | 356 | 22 | 55 | 0 | 7 | 423 | 114 | 110 |
| Binary | 11000010 | 10000011 | 11101110 | 10010 | 101101 | 0 | 111 | 100010011 | 1001100 | 1001000 |
Color Harmonies of #C283EE
Complementary color
Monochromatic Colors of #C283EE
Black with #C283EE
Text Example
Text Example
White with #C283EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283EE; }
p { color: rgb(194,131,238); }
H1.HeaderClassName
{
color: #C283EE;
}
.AnyTagClassName
{
color: #C283EE;
}
</style>
background-color css
<style>
a { background-color: #C283EE; }
a { background-color: rgb(194,131,238); }
div.DivClassName
{
background-color: #C283EE;
}
.BgClassName
{
background-color: #C283EE;
}
</style>
border-color css
<style>
span { border-color: #C283EE; }
span { border-color: rgb(194,131,238); }
td.TdClassName
{
border-color: #C283EE;
}
.TagClassName
{
border-color: #C283EE;
}
</style>