Shades of Wisteria #C38CE2
Tints of Wisteria #C38CE2
RGB
CMYK
RGB Variations
Color information
#C38CE2 (or 0xC38CE2) is known color: Wisteria. HEX triplet: C3, 8C and E2. RGB value is (195,140,226). Sum of RGB (Red+Green+Blue) = 195+140+226=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #C38CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CE2 is #3C731D. Grayscale: #A5A5A5. Windows color (decimal): -3961630 or 14847171. OLE color: 14847171.
HSL color Cylindrical-coordinate representation of color #C38CE2: hue angle of 278.37º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38CE2 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 140 | 226 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.11 |
| HSL | 278.37º | 0.6% | 0.72% | - |
| HSV(B) | 278.37º | 0.38% | 0.89% | - |
| XYZ | 45.61 | 35.85 | 76.47 | - |
| YUV | 166.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 226 | 0.14 | 0.38 | 0 | 0.11 | 278.37 | 0.6 | 0.72 |
| Hex | C3 | 8C | E2 | E | 26 | 0 | B | 116 | 3C | 48 |
| Octal | 303 | 214 | 342 | 16 | 46 | 0 | 13 | 426 | 74 | 110 |
| Binary | 11000011 | 10001100 | 11100010 | 1110 | 100110 | 0 | 1011 | 100010110 | 111100 | 1001000 |
Color Harmonies of #C38CE2
Complementary color
Monochromatic Colors of #C38CE2
Black with #C38CE2
Text Example
Text Example
White with #C38CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CE2; }
p { color: rgb(195,140,226); }
H1.HeaderClassName
{
color: #C38CE2;
}
.AnyTagClassName
{
color: #C38CE2;
}
</style>
background-color css
<style>
a { background-color: #C38CE2; }
a { background-color: rgb(195,140,226); }
div.DivClassName
{
background-color: #C38CE2;
}
.BgClassName
{
background-color: #C38CE2;
}
</style>
border-color css
<style>
span { border-color: #C38CE2; }
span { border-color: rgb(195,140,226); }
td.TdClassName
{
border-color: #C38CE2;
}
.TagClassName
{
border-color: #C38CE2;
}
</style>