Shades of Wisteria #C392D1
Tints of Wisteria #C392D1
RGB
CMYK
RGB Variations
Color information
#C392D1 (or 0xC392D1) is known color: Wisteria. HEX triplet: C3, 92 and D1. RGB value is (195,146,209). Sum of RGB (Red+Green+Blue) = 195+146+209=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #C392D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392D1 is #3C6D2E. Grayscale: #A7A7A7. Windows color (decimal): -3960111 or 13734595. OLE color: 13734595.
HSL color Cylindrical-coordinate representation of color #C392D1: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C392D1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 146 | 209 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.18 |
| HSL | 286.67º | 0.41% | 0.7% | - |
| HSV(B) | 286.67º | 0.3% | 0.82% | - |
| XYZ | 44.29 | 36.76 | 65.08 | - |
| YUV | 167.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 209 | 0.07 | 0.30 | 0 | 0.18 | 286.67 | 0.41 | 0.7 |
| Hex | C3 | 92 | D1 | 7 | 1E | 0 | 12 | 11F | 29 | 46 |
| Octal | 303 | 222 | 321 | 7 | 36 | 0 | 22 | 437 | 51 | 106 |
| Binary | 11000011 | 10010010 | 11010001 | 111 | 11110 | 0 | 10010 | 100011111 | 101001 | 1000110 |
Color Harmonies of #C392D1
Complementary color
Monochromatic Colors of #C392D1
Black with #C392D1
Text Example
Text Example
White with #C392D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392D1; }
p { color: rgb(195,146,209); }
H1.HeaderClassName
{
color: #C392D1;
}
.AnyTagClassName
{
color: #C392D1;
}
</style>
background-color css
<style>
a { background-color: #C392D1; }
a { background-color: rgb(195,146,209); }
div.DivClassName
{
background-color: #C392D1;
}
.BgClassName
{
background-color: #C392D1;
}
</style>
border-color css
<style>
span { border-color: #C392D1; }
span { border-color: rgb(195,146,209); }
td.TdClassName
{
border-color: #C392D1;
}
.TagClassName
{
border-color: #C392D1;
}
</style>