Shades of Wisteria #C38CFA
Tints of Wisteria #C38CFA
RGB
CMYK
RGB Variations
Color information
#C38CFA (or 0xC38CFA) is known color: Wisteria. HEX triplet: C3, 8C and FA. RGB value is (195,140,250). Sum of RGB (Red+Green+Blue) = 195+140+250=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C38CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CFA is #3C7305. Grayscale: #A8A8A8. Windows color (decimal): -3961606 or 16420035. OLE color: 16420035.
HSL color Cylindrical-coordinate representation of color #C38CFA: hue angle of 270º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38CFA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 140 | 250 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.02 |
| HSL | 270º | 0.92% | 0.76% | - |
| HSV(B) | 270º | 0.44% | 0.98% | - |
| XYZ | 49.14 | 37.26 | 95.04 | - |
| YUV | 168.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 250 | 0.22 | 0.44 | 0 | 0.02 | 270 | 0.92 | 0.76 |
| Hex | C3 | 8C | FA | 16 | 2C | 0 | 2 | 10E | 5C | 4C |
| Octal | 303 | 214 | 372 | 26 | 54 | 0 | 2 | 416 | 134 | 114 |
| Binary | 11000011 | 10001100 | 11111010 | 10110 | 101100 | 0 | 10 | 100001110 | 1011100 | 1001100 |
Color Harmonies of #C38CFA
Complementary color
Monochromatic Colors of #C38CFA
Black with #C38CFA
Text Example
Text Example
White with #C38CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CFA; }
p { color: rgb(195,140,250); }
H1.HeaderClassName
{
color: #C38CFA;
}
.AnyTagClassName
{
color: #C38CFA;
}
</style>
background-color css
<style>
a { background-color: #C38CFA; }
a { background-color: rgb(195,140,250); }
div.DivClassName
{
background-color: #C38CFA;
}
.BgClassName
{
background-color: #C38CFA;
}
</style>
border-color css
<style>
span { border-color: #C38CFA; }
span { border-color: rgb(195,140,250); }
td.TdClassName
{
border-color: #C38CFA;
}
.TagClassName
{
border-color: #C38CFA;
}
</style>