Shades of Wisteria #C192CF
Tints of Wisteria #C192CF
RGB
CMYK
RGB Variations
Color information
#C192CF (or 0xC192CF) is known color: Wisteria. HEX triplet: C1, 92 and CF. RGB value is (193,146,207). Sum of RGB (Red+Green+Blue) = 193+146+207=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C192CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CF is #3E6D30. Grayscale: #A6A6A6. Windows color (decimal): -4091185 or 13603521. OLE color: 13603521.
HSL color Cylindrical-coordinate representation of color #C192CF: hue angle of 286.23º 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 #C192CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 146 | 207 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.19 |
| HSL | 286.23º | 0.39% | 0.69% | - |
| HSV(B) | 286.23º | 0.29% | 0.81% | - |
| XYZ | 43.53 | 36.4 | 63.76 | - |
| YUV | 167.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 207 | 0.07 | 0.29 | 0 | 0.19 | 286.23 | 0.39 | 0.69 |
| Hex | C1 | 92 | CF | 7 | 1D | 0 | 13 | 11E | 27 | 45 |
| Octal | 301 | 222 | 317 | 7 | 35 | 0 | 23 | 436 | 47 | 105 |
| Binary | 11000001 | 10010010 | 11001111 | 111 | 11101 | 0 | 10011 | 100011110 | 100111 | 1000101 |
Color Harmonies of #C192CF
Complementary color
Monochromatic Colors of #C192CF
Black with #C192CF
Text Example
Text Example
White with #C192CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192CF; }
p { color: rgb(193,146,207); }
H1.HeaderClassName
{
color: #C192CF;
}
.AnyTagClassName
{
color: #C192CF;
}
</style>
background-color css
<style>
a { background-color: #C192CF; }
a { background-color: rgb(193,146,207); }
div.DivClassName
{
background-color: #C192CF;
}
.BgClassName
{
background-color: #C192CF;
}
</style>
border-color css
<style>
span { border-color: #C192CF; }
span { border-color: rgb(193,146,207); }
td.TdClassName
{
border-color: #C192CF;
}
.TagClassName
{
border-color: #C192CF;
}
</style>