Shades of Wisteria #C38FCF
Tints of Wisteria #C38FCF
RGB
CMYK
RGB Variations
Color information
#C38FCF (or 0xC38FCF) is known color: Wisteria. HEX triplet: C3, 8F and CF. RGB value is (195,143,207). Sum of RGB (Red+Green+Blue) = 195+143+207=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FCF is #3C7030. Grayscale: #A5A5A5. Windows color (decimal): -3960881 or 13602755. OLE color: 13602755.
HSL color Cylindrical-coordinate representation of color #C38FCF: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38FCF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 143 | 207 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.19 |
| HSL | 288.75º | 0.4% | 0.69% | - |
| HSV(B) | 288.75º | 0.31% | 0.81% | - |
| XYZ | 43.59 | 35.75 | 63.63 | - |
| YUV | 165.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 207 | 0.06 | 0.31 | 0 | 0.19 | 288.75 | 0.4 | 0.69 |
| Hex | C3 | 8F | CF | 6 | 1F | 0 | 13 | 121 | 28 | 45 |
| Octal | 303 | 217 | 317 | 6 | 37 | 0 | 23 | 441 | 50 | 105 |
| Binary | 11000011 | 10001111 | 11001111 | 110 | 11111 | 0 | 10011 | 100100001 | 101000 | 1000101 |
Color Harmonies of #C38FCF
Complementary color
Monochromatic Colors of #C38FCF
Black with #C38FCF
Text Example
Text Example
White with #C38FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FCF; }
p { color: rgb(195,143,207); }
H1.HeaderClassName
{
color: #C38FCF;
}
.AnyTagClassName
{
color: #C38FCF;
}
</style>
background-color css
<style>
a { background-color: #C38FCF; }
a { background-color: rgb(195,143,207); }
div.DivClassName
{
background-color: #C38FCF;
}
.BgClassName
{
background-color: #C38FCF;
}
</style>
border-color css
<style>
span { border-color: #C38FCF; }
span { border-color: rgb(195,143,207); }
td.TdClassName
{
border-color: #C38FCF;
}
.TagClassName
{
border-color: #C38FCF;
}
</style>