Shades of Wisteria #C392EF
Tints of Wisteria #C392EF
RGB
CMYK
RGB Variations
Color information
#C392EF (or 0xC392EF) is known color: Wisteria. HEX triplet: C3, 92 and EF. RGB value is (195,146,239). Sum of RGB (Red+Green+Blue) = 195+146+239=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C392EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392EF is #3C6D10. Grayscale: #AAAAAA. Windows color (decimal): -3960081 or 15700675. OLE color: 15700675.
HSL color Cylindrical-coordinate representation of color #C392EF: hue angle of 271.61º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C392EF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 146 | 239 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.06 |
| HSL | 271.61º | 0.74% | 0.75% | - |
| HSV(B) | 271.61º | 0.39% | 0.94% | - |
| XYZ | 48.36 | 38.39 | 86.52 | - |
| YUV | 171.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 239 | 0.18 | 0.39 | 0 | 0.06 | 271.61 | 0.74 | 0.75 |
| Hex | C3 | 92 | EF | 12 | 27 | 0 | 6 | 110 | 4A | 4B |
| Octal | 303 | 222 | 357 | 22 | 47 | 0 | 6 | 420 | 112 | 113 |
| Binary | 11000011 | 10010010 | 11101111 | 10010 | 100111 | 0 | 110 | 100010000 | 1001010 | 1001011 |
Color Harmonies of #C392EF
Complementary color
Monochromatic Colors of #C392EF
Black with #C392EF
Text Example
Text Example
White with #C392EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392EF; }
p { color: rgb(195,146,239); }
H1.HeaderClassName
{
color: #C392EF;
}
.AnyTagClassName
{
color: #C392EF;
}
</style>
background-color css
<style>
a { background-color: #C392EF; }
a { background-color: rgb(195,146,239); }
div.DivClassName
{
background-color: #C392EF;
}
.BgClassName
{
background-color: #C392EF;
}
</style>
border-color css
<style>
span { border-color: #C392EF; }
span { border-color: rgb(195,146,239); }
td.TdClassName
{
border-color: #C392EF;
}
.TagClassName
{
border-color: #C392EF;
}
</style>