Shades of Wisteria #C392CF
Tints of Wisteria #C392CF
RGB
CMYK
RGB Variations
Color information
#C392CF (or 0xC392CF) is known color: Wisteria. HEX triplet: C3, 92 and CF. RGB value is (195,146,207). Sum of RGB (Red+Green+Blue) = 195+146+207=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C392CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392CF is #3C6D30. Grayscale: #A7A7A7. Windows color (decimal): -3960113 or 13603523. OLE color: 13603523.
HSL color Cylindrical-coordinate representation of color #C392CF: hue angle of 288.2º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C392CF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 146 | 207 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.19 |
| HSL | 288.2º | 0.39% | 0.69% | - |
| HSV(B) | 288.2º | 0.29% | 0.81% | - |
| XYZ | 44.05 | 36.66 | 63.79 | - |
| YUV | 167.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 207 | 0.06 | 0.29 | 0 | 0.19 | 288.2 | 0.39 | 0.69 |
| Hex | C3 | 92 | CF | 6 | 1D | 0 | 13 | 120 | 27 | 45 |
| Octal | 303 | 222 | 317 | 6 | 35 | 0 | 23 | 440 | 47 | 105 |
| Binary | 11000011 | 10010010 | 11001111 | 110 | 11101 | 0 | 10011 | 100100000 | 100111 | 1000101 |
Color Harmonies of #C392CF
Complementary color
Monochromatic Colors of #C392CF
Black with #C392CF
Text Example
Text Example
White with #C392CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392CF; }
p { color: rgb(195,146,207); }
H1.HeaderClassName
{
color: #C392CF;
}
.AnyTagClassName
{
color: #C392CF;
}
</style>
background-color css
<style>
a { background-color: #C392CF; }
a { background-color: rgb(195,146,207); }
div.DivClassName
{
background-color: #C392CF;
}
.BgClassName
{
background-color: #C392CF;
}
</style>
border-color css
<style>
span { border-color: #C392CF; }
span { border-color: rgb(195,146,207); }
td.TdClassName
{
border-color: #C392CF;
}
.TagClassName
{
border-color: #C392CF;
}
</style>