Shades of Wisteria #C38FF5
Tints of Wisteria #C38FF5
RGB
CMYK
RGB Variations
Color information
#C38FF5 (or 0xC38FF5) is known color: Wisteria. HEX triplet: C3, 8F and F5. RGB value is (195,143,245). Sum of RGB (Red+Green+Blue) = 195+143+245=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #C38FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FF5 is #3C700A. Grayscale: #A9A9A9. Windows color (decimal): -3960843 or 16093123. OLE color: 16093123.
HSL color Cylindrical-coordinate representation of color #C38FF5: hue angle of 270.59º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38FF5 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 143 | 245 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.04 |
| HSL | 270.59º | 0.84% | 0.76% | - |
| HSV(B) | 270.59º | 0.42% | 0.96% | - |
| XYZ | 48.81 | 37.84 | 91.12 | - |
| YUV | 170.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 245 | 0.20 | 0.42 | 0 | 0.04 | 270.59 | 0.84 | 0.76 |
| Hex | C3 | 8F | F5 | 14 | 2A | 0 | 4 | 10F | 54 | 4C |
| Octal | 303 | 217 | 365 | 24 | 52 | 0 | 4 | 417 | 124 | 114 |
| Binary | 11000011 | 10001111 | 11110101 | 10100 | 101010 | 0 | 100 | 100001111 | 1010100 | 1001100 |
Color Harmonies of #C38FF5
Complementary color
Monochromatic Colors of #C38FF5
Black with #C38FF5
Text Example
Text Example
White with #C38FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FF5; }
p { color: rgb(195,143,245); }
H1.HeaderClassName
{
color: #C38FF5;
}
.AnyTagClassName
{
color: #C38FF5;
}
</style>
background-color css
<style>
a { background-color: #C38FF5; }
a { background-color: rgb(195,143,245); }
div.DivClassName
{
background-color: #C38FF5;
}
.BgClassName
{
background-color: #C38FF5;
}
</style>
border-color css
<style>
span { border-color: #C38FF5; }
span { border-color: rgb(195,143,245); }
td.TdClassName
{
border-color: #C38FF5;
}
.TagClassName
{
border-color: #C38FF5;
}
</style>