Shades of Wisteria #C592EF
Tints of Wisteria #C592EF
RGB
CMYK
RGB Variations
Color information
#C592EF (or 0xC592EF) is known color: Wisteria. HEX triplet: C5, 92 and EF. RGB value is (197,146,239). Sum of RGB (Red+Green+Blue) = 197+146+239=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #C592EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C592EF is #3A6D10. Grayscale: #ABABAB. Windows color (decimal): -3829009 or 15700677. OLE color: 15700677.
HSL color Cylindrical-coordinate representation of color #C592EF: hue angle of 272.9º 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 #C592EF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 146 | 239 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.06 |
| HSL | 272.9º | 0.74% | 0.75% | - |
| HSV(B) | 272.9º | 0.39% | 0.94% | - |
| XYZ | 48.88 | 38.66 | 86.55 | - |
| YUV | 171.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 239 | 0.18 | 0.39 | 0 | 0.06 | 272.9 | 0.74 | 0.75 |
| Hex | C5 | 92 | EF | 12 | 27 | 0 | 6 | 111 | 4A | 4B |
| Octal | 305 | 222 | 357 | 22 | 47 | 0 | 6 | 421 | 112 | 113 |
| Binary | 11000101 | 10010010 | 11101111 | 10010 | 100111 | 0 | 110 | 100010001 | 1001010 | 1001011 |
Color Harmonies of #C592EF
Complementary color
Monochromatic Colors of #C592EF
Black with #C592EF
Text Example
Text Example
White with #C592EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592EF; }
p { color: rgb(197,146,239); }
H1.HeaderClassName
{
color: #C592EF;
}
.AnyTagClassName
{
color: #C592EF;
}
</style>
background-color css
<style>
a { background-color: #C592EF; }
a { background-color: rgb(197,146,239); }
div.DivClassName
{
background-color: #C592EF;
}
.BgClassName
{
background-color: #C592EF;
}
</style>
border-color css
<style>
span { border-color: #C592EF; }
span { border-color: rgb(197,146,239); }
td.TdClassName
{
border-color: #C592EF;
}
.TagClassName
{
border-color: #C592EF;
}
</style>