Shades of Wisteria #C38FE9
Tints of Wisteria #C38FE9
RGB
CMYK
RGB Variations
Color information
#C38FE9 (or 0xC38FE9) is known color: Wisteria. HEX triplet: C3, 8F and E9. RGB value is (195,143,233). Sum of RGB (Red+Green+Blue) = 195+143+233=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #C38FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FE9 is #3C7016. Grayscale: #A8A8A8. Windows color (decimal): -3960855 or 15306691. OLE color: 15306691.
HSL color Cylindrical-coordinate representation of color #C38FE9: hue angle of 274.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38FE9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 143 | 233 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.09 |
| HSL | 274.67º | 0.67% | 0.74% | - |
| HSV(B) | 274.67º | 0.39% | 0.91% | - |
| XYZ | 47.04 | 37.13 | 81.78 | - |
| YUV | 168.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 233 | 0.16 | 0.39 | 0 | 0.09 | 274.67 | 0.67 | 0.74 |
| Hex | C3 | 8F | E9 | 10 | 27 | 0 | 9 | 113 | 43 | 4A |
| Octal | 303 | 217 | 351 | 20 | 47 | 0 | 11 | 423 | 103 | 112 |
| Binary | 11000011 | 10001111 | 11101001 | 10000 | 100111 | 0 | 1001 | 100010011 | 1000011 | 1001010 |
Color Harmonies of #C38FE9
Complementary color
Monochromatic Colors of #C38FE9
Black with #C38FE9
Text Example
Text Example
White with #C38FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FE9; }
p { color: rgb(195,143,233); }
H1.HeaderClassName
{
color: #C38FE9;
}
.AnyTagClassName
{
color: #C38FE9;
}
</style>
background-color css
<style>
a { background-color: #C38FE9; }
a { background-color: rgb(195,143,233); }
div.DivClassName
{
background-color: #C38FE9;
}
.BgClassName
{
background-color: #C38FE9;
}
</style>
border-color css
<style>
span { border-color: #C38FE9; }
span { border-color: rgb(195,143,233); }
td.TdClassName
{
border-color: #C38FE9;
}
.TagClassName
{
border-color: #C38FE9;
}
</style>