Shades of Wisteria #C38FEE
Tints of Wisteria #C38FEE
RGB
CMYK
RGB Variations
Color information
#C38FEE (or 0xC38FEE) is known color: Wisteria. HEX triplet: C3, 8F and EE. RGB value is (195,143,238). Sum of RGB (Red+Green+Blue) = 195+143+238=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #C38FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FEE is #3C7011. Grayscale: #A9A9A9. Windows color (decimal): -3960850 or 15634371. OLE color: 15634371.
HSL color Cylindrical-coordinate representation of color #C38FEE: hue angle of 272.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C38FEE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 143 | 238 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.07 |
| HSL | 272.84º | 0.74% | 0.75% | - |
| HSV(B) | 272.84º | 0.4% | 0.93% | - |
| XYZ | 47.76 | 37.42 | 85.59 | - |
| YUV | 169.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 238 | 0.18 | 0.40 | 0 | 0.07 | 272.84 | 0.74 | 0.75 |
| Hex | C3 | 8F | EE | 12 | 28 | 0 | 7 | 111 | 4A | 4B |
| Octal | 303 | 217 | 356 | 22 | 50 | 0 | 7 | 421 | 112 | 113 |
| Binary | 11000011 | 10001111 | 11101110 | 10010 | 101000 | 0 | 111 | 100010001 | 1001010 | 1001011 |
Color Harmonies of #C38FEE
Complementary color
Monochromatic Colors of #C38FEE
Black with #C38FEE
Text Example
Text Example
White with #C38FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FEE; }
p { color: rgb(195,143,238); }
H1.HeaderClassName
{
color: #C38FEE;
}
.AnyTagClassName
{
color: #C38FEE;
}
</style>
background-color css
<style>
a { background-color: #C38FEE; }
a { background-color: rgb(195,143,238); }
div.DivClassName
{
background-color: #C38FEE;
}
.BgClassName
{
background-color: #C38FEE;
}
</style>
border-color css
<style>
span { border-color: #C38FEE; }
span { border-color: rgb(195,143,238); }
td.TdClassName
{
border-color: #C38FEE;
}
.TagClassName
{
border-color: #C38FEE;
}
</style>