Shades of Wisteria #C38BFD
Tints of Wisteria #C38BFD
RGB
CMYK
RGB Variations
Color information
#C38BFD (or 0xC38BFD) is known color: Wisteria. HEX triplet: C3, 8B and FD. RGB value is (195,139,253). Sum of RGB (Red+Green+Blue) = 195+139+253=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #C38BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BFD is #3C7402. Grayscale: #A8A8A8. Windows color (decimal): -3961859 or 16616387. OLE color: 16616387.
HSL color Cylindrical-coordinate representation of color #C38BFD: hue angle of 269.47º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38BFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 139 | 253 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.01 |
| HSL | 269.47º | 0.97% | 0.77% | - |
| HSV(B) | 269.47º | 0.45% | 0.99% | - |
| XYZ | 49.47 | 37.16 | 97.49 | - |
| YUV | 168.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 253 | 0.23 | 0.45 | 0 | 0.01 | 269.47 | 0.97 | 0.77 |
| Hex | C3 | 8B | FD | 17 | 2D | 0 | 1 | 10D | 61 | 4D |
| Octal | 303 | 213 | 375 | 27 | 55 | 0 | 1 | 415 | 141 | 115 |
| Binary | 11000011 | 10001011 | 11111101 | 10111 | 101101 | 0 | 1 | 100001101 | 1100001 | 1001101 |
Color Harmonies of #C38BFD
Complementary color
Monochromatic Colors of #C38BFD
Black with #C38BFD
Text Example
Text Example
White with #C38BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BFD; }
p { color: rgb(195,139,253); }
H1.HeaderClassName
{
color: #C38BFD;
}
.AnyTagClassName
{
color: #C38BFD;
}
</style>
background-color css
<style>
a { background-color: #C38BFD; }
a { background-color: rgb(195,139,253); }
div.DivClassName
{
background-color: #C38BFD;
}
.BgClassName
{
background-color: #C38BFD;
}
</style>
border-color css
<style>
span { border-color: #C38BFD; }
span { border-color: rgb(195,139,253); }
td.TdClassName
{
border-color: #C38BFD;
}
.TagClassName
{
border-color: #C38BFD;
}
</style>