Shades of Wisteria #C38ADD
Tints of Wisteria #C38ADD
RGB
CMYK
RGB Variations
Color information
#C38ADD (or 0xC38ADD) is known color: Wisteria. HEX triplet: C3, 8A and DD. RGB value is (195,138,221). Sum of RGB (Red+Green+Blue) = 195+138+221=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ADD is #3C7522. Grayscale: #A4A4A4. Windows color (decimal): -3962147 or 14518979. OLE color: 14518979.
HSL color Cylindrical-coordinate representation of color #C38ADD: hue angle of 281.2º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38ADD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 138 | 221 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.13 |
| HSL | 281.2º | 0.55% | 0.7% | - |
| HSV(B) | 281.2º | 0.38% | 0.87% | - |
| XYZ | 44.65 | 35 | 72.81 | - |
| YUV | 164.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 221 | 0.12 | 0.38 | 0 | 0.13 | 281.2 | 0.55 | 0.7 |
| Hex | C3 | 8A | DD | C | 26 | 0 | D | 119 | 37 | 46 |
| Octal | 303 | 212 | 335 | 14 | 46 | 0 | 15 | 431 | 67 | 106 |
| Binary | 11000011 | 10001010 | 11011101 | 1100 | 100110 | 0 | 1101 | 100011001 | 110111 | 1000110 |
Color Harmonies of #C38ADD
Complementary color
Monochromatic Colors of #C38ADD
Black with #C38ADD
Text Example
Text Example
White with #C38ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ADD; }
p { color: rgb(195,138,221); }
H1.HeaderClassName
{
color: #C38ADD;
}
.AnyTagClassName
{
color: #C38ADD;
}
</style>
background-color css
<style>
a { background-color: #C38ADD; }
a { background-color: rgb(195,138,221); }
div.DivClassName
{
background-color: #C38ADD;
}
.BgClassName
{
background-color: #C38ADD;
}
</style>
border-color css
<style>
span { border-color: #C38ADD; }
span { border-color: rgb(195,138,221); }
td.TdClassName
{
border-color: #C38ADD;
}
.TagClassName
{
border-color: #C38ADD;
}
</style>