Shades of Wisteria #C392ED
Tints of Wisteria #C392ED
RGB
CMYK
RGB Variations
Color information
#C392ED (or 0xC392ED) is known color: Wisteria. HEX triplet: C3, 92 and ED. RGB value is (195,146,237). Sum of RGB (Red+Green+Blue) = 195+146+237=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C392ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392ED is #3C6D12. Grayscale: #AAAAAA. Windows color (decimal): -3960083 or 15569603. OLE color: 15569603.
HSL color Cylindrical-coordinate representation of color #C392ED: hue angle of 272.31º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C392ED is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 146 | 237 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.07 |
| HSL | 272.31º | 0.72% | 0.75% | - |
| HSV(B) | 272.31º | 0.38% | 0.93% | - |
| XYZ | 48.07 | 38.27 | 84.97 | - |
| YUV | 171.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 237 | 0.18 | 0.38 | 0 | 0.07 | 272.31 | 0.72 | 0.75 |
| Hex | C3 | 92 | ED | 12 | 26 | 0 | 7 | 110 | 48 | 4B |
| Octal | 303 | 222 | 355 | 22 | 46 | 0 | 7 | 420 | 110 | 113 |
| Binary | 11000011 | 10010010 | 11101101 | 10010 | 100110 | 0 | 111 | 100010000 | 1001000 | 1001011 |
Color Harmonies of #C392ED
Complementary color
Monochromatic Colors of #C392ED
Black with #C392ED
Text Example
Text Example
White with #C392ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392ED; }
p { color: rgb(195,146,237); }
H1.HeaderClassName
{
color: #C392ED;
}
.AnyTagClassName
{
color: #C392ED;
}
</style>
background-color css
<style>
a { background-color: #C392ED; }
a { background-color: rgb(195,146,237); }
div.DivClassName
{
background-color: #C392ED;
}
.BgClassName
{
background-color: #C392ED;
}
</style>
border-color css
<style>
span { border-color: #C392ED; }
span { border-color: rgb(195,146,237); }
td.TdClassName
{
border-color: #C392ED;
}
.TagClassName
{
border-color: #C392ED;
}
</style>