Shades of Wisteria #C38CFD
Tints of Wisteria #C38CFD
RGB
CMYK
RGB Variations
Color information
#C38CFD (or 0xC38CFD) is known color: Wisteria. HEX triplet: C3, 8C and FD. RGB value is (195,140,253). Sum of RGB (Red+Green+Blue) = 195+140+253=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #C38CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CFD is #3C7302. Grayscale: #A8A8A8. Windows color (decimal): -3961603 or 16616643. OLE color: 16616643.
HSL color Cylindrical-coordinate representation of color #C38CFD: hue angle of 269.2º 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 #C38CFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 140 | 253 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.01 |
| HSL | 269.2º | 0.97% | 0.77% | - |
| HSV(B) | 269.2º | 0.45% | 0.99% | - |
| XYZ | 49.61 | 37.45 | 97.54 | - |
| YUV | 169.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 253 | 0.23 | 0.45 | 0 | 0.01 | 269.2 | 0.97 | 0.77 |
| Hex | C3 | 8C | FD | 17 | 2D | 0 | 1 | 10D | 61 | 4D |
| Octal | 303 | 214 | 375 | 27 | 55 | 0 | 1 | 415 | 141 | 115 |
| Binary | 11000011 | 10001100 | 11111101 | 10111 | 101101 | 0 | 1 | 100001101 | 1100001 | 1001101 |
Color Harmonies of #C38CFD
Complementary color
Monochromatic Colors of #C38CFD
Black with #C38CFD
Text Example
Text Example
White with #C38CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CFD; }
p { color: rgb(195,140,253); }
H1.HeaderClassName
{
color: #C38CFD;
}
.AnyTagClassName
{
color: #C38CFD;
}
</style>
background-color css
<style>
a { background-color: #C38CFD; }
a { background-color: rgb(195,140,253); }
div.DivClassName
{
background-color: #C38CFD;
}
.BgClassName
{
background-color: #C38CFD;
}
</style>
border-color css
<style>
span { border-color: #C38CFD; }
span { border-color: rgb(195,140,253); }
td.TdClassName
{
border-color: #C38CFD;
}
.TagClassName
{
border-color: #C38CFD;
}
</style>