Shades of Wisteria #C38EEB
Tints of Wisteria #C38EEB
RGB
CMYK
RGB Variations
Color information
#C38EEB (or 0xC38EEB) is known color: Wisteria. HEX triplet: C3, 8E and EB. RGB value is (195,142,235). Sum of RGB (Red+Green+Blue) = 195+142+235=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C38EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EEB is #3C7114. Grayscale: #A8A8A8. Windows color (decimal): -3961109 or 15437507. OLE color: 15437507.
HSL color Cylindrical-coordinate representation of color #C38EEB: hue angle of 274.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38EEB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 142 | 235 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.08 |
| HSL | 274.19º | 0.7% | 0.74% | - |
| HSV(B) | 274.19º | 0.4% | 0.92% | - |
| XYZ | 47.17 | 36.95 | 83.24 | - |
| YUV | 168.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 235 | 0.17 | 0.40 | 0 | 0.08 | 274.19 | 0.7 | 0.74 |
| Hex | C3 | 8E | EB | 11 | 28 | 0 | 8 | 112 | 46 | 4A |
| Octal | 303 | 216 | 353 | 21 | 50 | 0 | 10 | 422 | 106 | 112 |
| Binary | 11000011 | 10001110 | 11101011 | 10001 | 101000 | 0 | 1000 | 100010010 | 1000110 | 1001010 |
Color Harmonies of #C38EEB
Complementary color
Monochromatic Colors of #C38EEB
Black with #C38EEB
Text Example
Text Example
White with #C38EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EEB; }
p { color: rgb(195,142,235); }
H1.HeaderClassName
{
color: #C38EEB;
}
.AnyTagClassName
{
color: #C38EEB;
}
</style>
background-color css
<style>
a { background-color: #C38EEB; }
a { background-color: rgb(195,142,235); }
div.DivClassName
{
background-color: #C38EEB;
}
.BgClassName
{
background-color: #C38EEB;
}
</style>
border-color css
<style>
span { border-color: #C38EEB; }
span { border-color: rgb(195,142,235); }
td.TdClassName
{
border-color: #C38EEB;
}
.TagClassName
{
border-color: #C38EEB;
}
</style>