Shades of Wisteria #C283EF
Tints of Wisteria #C283EF
RGB
CMYK
RGB Variations
Color information
#C283EF (or 0xC283EF) is known color: Wisteria. HEX triplet: C2, 83 and EF. RGB value is (194,131,239). Sum of RGB (Red+Green+Blue) = 194+131+239=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C283EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C283EF is #3D7C10. Grayscale: #A1A1A1. Windows color (decimal): -4029457 or 15696834. OLE color: 15696834.
HSL color Cylindrical-coordinate representation of color #C283EF: hue angle of 275º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C283EF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 131 | 239 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.06 |
| HSL | 275º | 0.77% | 0.73% | - |
| HSV(B) | 275º | 0.45% | 0.94% | - |
| XYZ | 45.94 | 33.93 | 85.79 | - |
| YUV | 162.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 239 | 0.19 | 0.45 | 0 | 0.06 | 275 | 0.77 | 0.73 |
| Hex | C2 | 83 | EF | 13 | 2D | 0 | 6 | 113 | 4D | 49 |
| Octal | 302 | 203 | 357 | 23 | 55 | 0 | 6 | 423 | 115 | 111 |
| Binary | 11000010 | 10000011 | 11101111 | 10011 | 101101 | 0 | 110 | 100010011 | 1001101 | 1001001 |
Color Harmonies of #C283EF
Complementary color
Monochromatic Colors of #C283EF
Black with #C283EF
Text Example
Text Example
White with #C283EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283EF; }
p { color: rgb(194,131,239); }
H1.HeaderClassName
{
color: #C283EF;
}
.AnyTagClassName
{
color: #C283EF;
}
</style>
background-color css
<style>
a { background-color: #C283EF; }
a { background-color: rgb(194,131,239); }
div.DivClassName
{
background-color: #C283EF;
}
.BgClassName
{
background-color: #C283EF;
}
</style>
border-color css
<style>
span { border-color: #C283EF; }
span { border-color: rgb(194,131,239); }
td.TdClassName
{
border-color: #C283EF;
}
.TagClassName
{
border-color: #C283EF;
}
</style>