Shades of Wisteria #C38CEE
Tints of Wisteria #C38CEE
RGB
CMYK
RGB Variations
Color information
#C38CEE (or 0xC38CEE) is known color: Wisteria. HEX triplet: C3, 8C and EE. RGB value is (195,140,238). Sum of RGB (Red+Green+Blue) = 195+140+238=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C38CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CEE is #3C7311. Grayscale: #A7A7A7. Windows color (decimal): -3961618 or 15633603. OLE color: 15633603.
HSL color Cylindrical-coordinate representation of color #C38CEE: hue angle of 273.67º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38CEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 140 | 238 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 273.67º | 0.74% | 0.74% | - |
| HSV(B) | 273.67º | 0.41% | 0.93% | - |
| XYZ | 47.32 | 36.53 | 85.45 | - |
| YUV | 167.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 238 | 0.18 | 0.41 | 0 | 0.07 | 273.67 | 0.74 | 0.74 |
| Hex | C3 | 8C | EE | 12 | 29 | 0 | 7 | 112 | 4A | 4A |
| Octal | 303 | 214 | 356 | 22 | 51 | 0 | 7 | 422 | 112 | 112 |
| Binary | 11000011 | 10001100 | 11101110 | 10010 | 101001 | 0 | 111 | 100010010 | 1001010 | 1001010 |
Color Harmonies of #C38CEE
Complementary color
Monochromatic Colors of #C38CEE
Black with #C38CEE
Text Example
Text Example
White with #C38CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CEE; }
p { color: rgb(195,140,238); }
H1.HeaderClassName
{
color: #C38CEE;
}
.AnyTagClassName
{
color: #C38CEE;
}
</style>
background-color css
<style>
a { background-color: #C38CEE; }
a { background-color: rgb(195,140,238); }
div.DivClassName
{
background-color: #C38CEE;
}
.BgClassName
{
background-color: #C38CEE;
}
</style>
border-color css
<style>
span { border-color: #C38CEE; }
span { border-color: rgb(195,140,238); }
td.TdClassName
{
border-color: #C38CEE;
}
.TagClassName
{
border-color: #C38CEE;
}
</style>