Shades of Wisteria #C38CFC
Tints of Wisteria #C38CFC
RGB
CMYK
RGB Variations
Color information
#C38CFC (or 0xC38CFC) is known color: Wisteria. HEX triplet: C3, 8C and FC. RGB value is (195,140,252). Sum of RGB (Red+Green+Blue) = 195+140+252=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #C38CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CFC is #3C7303. Grayscale: #A8A8A8. Windows color (decimal): -3961604 or 16551107. OLE color: 16551107.
HSL color Cylindrical-coordinate representation of color #C38CFC: hue angle of 269.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38CFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 140 | 252 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.01 |
| HSL | 269.46º | 0.95% | 0.77% | - |
| HSV(B) | 269.46º | 0.44% | 0.99% | - |
| XYZ | 49.45 | 37.39 | 96.71 | - |
| YUV | 169.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 252 | 0.23 | 0.44 | 0 | 0.01 | 269.46 | 0.95 | 0.77 |
| Hex | C3 | 8C | FC | 17 | 2C | 0 | 1 | 10D | 5F | 4D |
| Octal | 303 | 214 | 374 | 27 | 54 | 0 | 1 | 415 | 137 | 115 |
| Binary | 11000011 | 10001100 | 11111100 | 10111 | 101100 | 0 | 1 | 100001101 | 1011111 | 1001101 |
Color Harmonies of #C38CFC
Complementary color
Monochromatic Colors of #C38CFC
Black with #C38CFC
Text Example
Text Example
White with #C38CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CFC; }
p { color: rgb(195,140,252); }
H1.HeaderClassName
{
color: #C38CFC;
}
.AnyTagClassName
{
color: #C38CFC;
}
</style>
background-color css
<style>
a { background-color: #C38CFC; }
a { background-color: rgb(195,140,252); }
div.DivClassName
{
background-color: #C38CFC;
}
.BgClassName
{
background-color: #C38CFC;
}
</style>
border-color css
<style>
span { border-color: #C38CFC; }
span { border-color: rgb(195,140,252); }
td.TdClassName
{
border-color: #C38CFC;
}
.TagClassName
{
border-color: #C38CFC;
}
</style>