Shades of Wisteria #C38EFC
Tints of Wisteria #C38EFC
RGB
CMYK
RGB Variations
Color information
#C38EFC (or 0xC38EFC) is known color: Wisteria. HEX triplet: C3, 8E and FC. RGB value is (195,142,252). Sum of RGB (Red+Green+Blue) = 195+142+252=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C38EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EFC is #3C7103. Grayscale: #AAAAAA. Windows color (decimal): -3961092 or 16551619. OLE color: 16551619.
HSL color Cylindrical-coordinate representation of color #C38EFC: hue angle of 268.91º 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 #C38EFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 142 | 252 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.01 |
| HSL | 268.91º | 0.95% | 0.77% | - |
| HSV(B) | 268.91º | 0.44% | 0.99% | - |
| XYZ | 49.75 | 37.98 | 96.8 | - |
| YUV | 170.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 252 | 0.23 | 0.44 | 0 | 0.01 | 268.91 | 0.95 | 0.77 |
| Hex | C3 | 8E | FC | 17 | 2C | 0 | 1 | 10D | 5F | 4D |
| Octal | 303 | 216 | 374 | 27 | 54 | 0 | 1 | 415 | 137 | 115 |
| Binary | 11000011 | 10001110 | 11111100 | 10111 | 101100 | 0 | 1 | 100001101 | 1011111 | 1001101 |
Color Harmonies of #C38EFC
Complementary color
Monochromatic Colors of #C38EFC
Black with #C38EFC
Text Example
Text Example
White with #C38EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EFC; }
p { color: rgb(195,142,252); }
H1.HeaderClassName
{
color: #C38EFC;
}
.AnyTagClassName
{
color: #C38EFC;
}
</style>
background-color css
<style>
a { background-color: #C38EFC; }
a { background-color: rgb(195,142,252); }
div.DivClassName
{
background-color: #C38EFC;
}
.BgClassName
{
background-color: #C38EFC;
}
</style>
border-color css
<style>
span { border-color: #C38EFC; }
span { border-color: rgb(195,142,252); }
td.TdClassName
{
border-color: #C38EFC;
}
.TagClassName
{
border-color: #C38EFC;
}
</style>