Shades of Wisteria #C38CCF
Tints of Wisteria #C38CCF
RGB
CMYK
RGB Variations
Color information
#C38CCF (or 0xC38CCF) is known color: Wisteria. HEX triplet: C3, 8C and CF. RGB value is (195,140,207). Sum of RGB (Red+Green+Blue) = 195+140+207=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C38CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCF is #3C7330. Grayscale: #A3A3A3. Windows color (decimal): -3961649 or 13601987. OLE color: 13601987.
HSL color Cylindrical-coordinate representation of color #C38CCF: hue angle of 289.25º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38CCF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 140 | 207 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.19 |
| HSL | 289.25º | 0.41% | 0.68% | - |
| HSV(B) | 289.25º | 0.32% | 0.81% | - |
| XYZ | 43.15 | 34.86 | 63.49 | - |
| YUV | 164.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 207 | 0.06 | 0.32 | 0 | 0.19 | 289.25 | 0.41 | 0.68 |
| Hex | C3 | 8C | CF | 6 | 20 | 0 | 13 | 121 | 29 | 44 |
| Octal | 303 | 214 | 317 | 6 | 40 | 0 | 23 | 441 | 51 | 104 |
| Binary | 11000011 | 10001100 | 11001111 | 110 | 100000 | 0 | 10011 | 100100001 | 101001 | 1000100 |
Color Harmonies of #C38CCF
Complementary color
Monochromatic Colors of #C38CCF
Black with #C38CCF
Text Example
Text Example
White with #C38CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CCF; }
p { color: rgb(195,140,207); }
H1.HeaderClassName
{
color: #C38CCF;
}
.AnyTagClassName
{
color: #C38CCF;
}
</style>
background-color css
<style>
a { background-color: #C38CCF; }
a { background-color: rgb(195,140,207); }
div.DivClassName
{
background-color: #C38CCF;
}
.BgClassName
{
background-color: #C38CCF;
}
</style>
border-color css
<style>
span { border-color: #C38CCF; }
span { border-color: rgb(195,140,207); }
td.TdClassName
{
border-color: #C38CCF;
}
.TagClassName
{
border-color: #C38CCF;
}
</style>