Shades of Wisteria #C38ADA
Tints of Wisteria #C38ADA
RGB
CMYK
RGB Variations
Color information
#C38ADA (or 0xC38ADA) is known color: Wisteria. HEX triplet: C3, 8A and DA. RGB value is (195,138,218). Sum of RGB (Red+Green+Blue) = 195+138+218=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C38ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ADA is #3C7525. Grayscale: #A3A3A3. Windows color (decimal): -3962150 or 14322371. OLE color: 14322371.
HSL color Cylindrical-coordinate representation of color #C38ADA: hue angle of 282.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38ADA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 138 | 218 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.15 |
| HSL | 282.75º | 0.52% | 0.7% | - |
| HSV(B) | 282.75º | 0.37% | 0.85% | - |
| XYZ | 44.25 | 34.84 | 70.72 | - |
| YUV | 164.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 218 | 0.11 | 0.37 | 0 | 0.15 | 282.75 | 0.52 | 0.7 |
| Hex | C3 | 8A | DA | B | 25 | 0 | F | 11B | 34 | 46 |
| Octal | 303 | 212 | 332 | 13 | 45 | 0 | 17 | 433 | 64 | 106 |
| Binary | 11000011 | 10001010 | 11011010 | 1011 | 100101 | 0 | 1111 | 100011011 | 110100 | 1000110 |
Color Harmonies of #C38ADA
Complementary color
Monochromatic Colors of #C38ADA
Black with #C38ADA
Text Example
Text Example
White with #C38ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ADA; }
p { color: rgb(195,138,218); }
H1.HeaderClassName
{
color: #C38ADA;
}
.AnyTagClassName
{
color: #C38ADA;
}
</style>
background-color css
<style>
a { background-color: #C38ADA; }
a { background-color: rgb(195,138,218); }
div.DivClassName
{
background-color: #C38ADA;
}
.BgClassName
{
background-color: #C38ADA;
}
</style>
border-color css
<style>
span { border-color: #C38ADA; }
span { border-color: rgb(195,138,218); }
td.TdClassName
{
border-color: #C38ADA;
}
.TagClassName
{
border-color: #C38ADA;
}
</style>