Shades of Wisteria #C392F0
Tints of Wisteria #C392F0
RGB
CMYK
RGB Variations
Color information
#C392F0 (or 0xC392F0) is known color: Wisteria. HEX triplet: C3, 92 and F0. RGB value is (195,146,240). Sum of RGB (Red+Green+Blue) = 195+146+240=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #C392F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392F0 is #3C6D0F. Grayscale: #ABABAB. Windows color (decimal): -3960080 or 15766211. OLE color: 15766211.
HSL color Cylindrical-coordinate representation of color #C392F0: hue angle of 271.28º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C392F0 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 146 | 240 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.06 |
| HSL | 271.28º | 0.76% | 0.76% | - |
| HSV(B) | 271.28º | 0.39% | 0.94% | - |
| XYZ | 48.51 | 38.45 | 87.3 | - |
| YUV | 171.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 240 | 0.19 | 0.39 | 0 | 0.06 | 271.28 | 0.76 | 0.76 |
| Hex | C3 | 92 | F0 | 13 | 27 | 0 | 6 | 10F | 4C | 4C |
| Octal | 303 | 222 | 360 | 23 | 47 | 0 | 6 | 417 | 114 | 114 |
| Binary | 11000011 | 10010010 | 11110000 | 10011 | 100111 | 0 | 110 | 100001111 | 1001100 | 1001100 |
Color Harmonies of #C392F0
Complementary color
Monochromatic Colors of #C392F0
Black with #C392F0
Text Example
Text Example
White with #C392F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392F0; }
p { color: rgb(195,146,240); }
H1.HeaderClassName
{
color: #C392F0;
}
.AnyTagClassName
{
color: #C392F0;
}
</style>
background-color css
<style>
a { background-color: #C392F0; }
a { background-color: rgb(195,146,240); }
div.DivClassName
{
background-color: #C392F0;
}
.BgClassName
{
background-color: #C392F0;
}
</style>
border-color css
<style>
span { border-color: #C392F0; }
span { border-color: rgb(195,146,240); }
td.TdClassName
{
border-color: #C392F0;
}
.TagClassName
{
border-color: #C392F0;
}
</style>