Shades of Wisteria #C38CF4
Tints of Wisteria #C38CF4
RGB
CMYK
RGB Variations
Color information
#C38CF4 (or 0xC38CF4) is known color: Wisteria. HEX triplet: C3, 8C and F4. RGB value is (195,140,244). Sum of RGB (Red+Green+Blue) = 195+140+244=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #C38CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CF4 is #3C730B. Grayscale: #A7A7A7. Windows color (decimal): -3961612 or 16026819. OLE color: 16026819.
HSL color Cylindrical-coordinate representation of color #C38CF4: hue angle of 271.73º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38CF4 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 140 | 244 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.04 |
| HSL | 271.73º | 0.83% | 0.75% | - |
| HSV(B) | 271.73º | 0.43% | 0.96% | - |
| XYZ | 48.21 | 36.89 | 90.17 | - |
| YUV | 168.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 244 | 0.20 | 0.43 | 0 | 0.04 | 271.73 | 0.83 | 0.75 |
| Hex | C3 | 8C | F4 | 14 | 2B | 0 | 4 | 110 | 53 | 4B |
| Octal | 303 | 214 | 364 | 24 | 53 | 0 | 4 | 420 | 123 | 113 |
| Binary | 11000011 | 10001100 | 11110100 | 10100 | 101011 | 0 | 100 | 100010000 | 1010011 | 1001011 |
Color Harmonies of #C38CF4
Complementary color
Monochromatic Colors of #C38CF4
Black with #C38CF4
Text Example
Text Example
White with #C38CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CF4; }
p { color: rgb(195,140,244); }
H1.HeaderClassName
{
color: #C38CF4;
}
.AnyTagClassName
{
color: #C38CF4;
}
</style>
background-color css
<style>
a { background-color: #C38CF4; }
a { background-color: rgb(195,140,244); }
div.DivClassName
{
background-color: #C38CF4;
}
.BgClassName
{
background-color: #C38CF4;
}
</style>
border-color css
<style>
span { border-color: #C38CF4; }
span { border-color: rgb(195,140,244); }
td.TdClassName
{
border-color: #C38CF4;
}
.TagClassName
{
border-color: #C38CF4;
}
</style>