Shades of Wisteria #C386D2
Tints of Wisteria #C386D2
RGB
CMYK
RGB Variations
Color information
#C386D2 (or 0xC386D2) is known color: Wisteria. HEX triplet: C3, 86 and D2. RGB value is (195,134,210). Sum of RGB (Red+Green+Blue) = 195+134+210=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #C386D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386D2 is #3C792D. Grayscale: #A0A0A0. Windows color (decimal): -3963182 or 13797059. OLE color: 13797059.
HSL color Cylindrical-coordinate representation of color #C386D2: hue angle of 288.16º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C386D2 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 134 | 210 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.18 |
| HSL | 288.16º | 0.46% | 0.67% | - |
| HSV(B) | 288.16º | 0.36% | 0.82% | - |
| XYZ | 42.66 | 33.31 | 65.15 | - |
| YUV | 160.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 210 | 0.07 | 0.36 | 0 | 0.18 | 288.16 | 0.46 | 0.67 |
| Hex | C3 | 86 | D2 | 7 | 24 | 0 | 12 | 120 | 2E | 43 |
| Octal | 303 | 206 | 322 | 7 | 44 | 0 | 22 | 440 | 56 | 103 |
| Binary | 11000011 | 10000110 | 11010010 | 111 | 100100 | 0 | 10010 | 100100000 | 101110 | 1000011 |
Color Harmonies of #C386D2
Complementary color
Monochromatic Colors of #C386D2
Black with #C386D2
Text Example
Text Example
White with #C386D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386D2; }
p { color: rgb(195,134,210); }
H1.HeaderClassName
{
color: #C386D2;
}
.AnyTagClassName
{
color: #C386D2;
}
</style>
background-color css
<style>
a { background-color: #C386D2; }
a { background-color: rgb(195,134,210); }
div.DivClassName
{
background-color: #C386D2;
}
.BgClassName
{
background-color: #C386D2;
}
</style>
border-color css
<style>
span { border-color: #C386D2; }
span { border-color: rgb(195,134,210); }
td.TdClassName
{
border-color: #C386D2;
}
.TagClassName
{
border-color: #C386D2;
}
</style>