Shades of Wisteria #C28BEC
Tints of Wisteria #C28BEC
RGB
CMYK
RGB Variations
Color information
#C28BEC (or 0xC28BEC) is known color: Wisteria. HEX triplet: C2, 8B and EC. RGB value is (194,139,236). Sum of RGB (Red+Green+Blue) = 194+139+236=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C28BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BEC is #3D7413. Grayscale: #A6A6A6. Windows color (decimal): -4027412 or 15502274. OLE color: 15502274.
HSL color Cylindrical-coordinate representation of color #C28BEC: hue angle of 274.02º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28BEC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 139 | 236 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 274.02º | 0.72% | 0.74% | - |
| HSV(B) | 274.02º | 0.41% | 0.93% | - |
| XYZ | 46.62 | 35.99 | 83.85 | - |
| YUV | 166.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 236 | 0.18 | 0.41 | 0 | 0.07 | 274.02 | 0.72 | 0.74 |
| Hex | C2 | 8B | EC | 12 | 29 | 0 | 7 | 112 | 48 | 4A |
| Octal | 302 | 213 | 354 | 22 | 51 | 0 | 7 | 422 | 110 | 112 |
| Binary | 11000010 | 10001011 | 11101100 | 10010 | 101001 | 0 | 111 | 100010010 | 1001000 | 1001010 |
Color Harmonies of #C28BEC
Complementary color
Monochromatic Colors of #C28BEC
Black with #C28BEC
Text Example
Text Example
White with #C28BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BEC; }
p { color: rgb(194,139,236); }
H1.HeaderClassName
{
color: #C28BEC;
}
.AnyTagClassName
{
color: #C28BEC;
}
</style>
background-color css
<style>
a { background-color: #C28BEC; }
a { background-color: rgb(194,139,236); }
div.DivClassName
{
background-color: #C28BEC;
}
.BgClassName
{
background-color: #C28BEC;
}
</style>
border-color css
<style>
span { border-color: #C28BEC; }
span { border-color: rgb(194,139,236); }
td.TdClassName
{
border-color: #C28BEC;
}
.TagClassName
{
border-color: #C28BEC;
}
</style>