Shades of Wisteria #C38CEF
Tints of Wisteria #C38CEF
RGB
CMYK
RGB Variations
Color information
#C38CEF (or 0xC38CEF) is known color: Wisteria. HEX triplet: C3, 8C and EF. RGB value is (195,140,239). Sum of RGB (Red+Green+Blue) = 195+140+239=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #C38CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CEF is #3C7310. Grayscale: #A7A7A7. Windows color (decimal): -3961617 or 15699139. OLE color: 15699139.
HSL color Cylindrical-coordinate representation of color #C38CEF: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38CEF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 140 | 239 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.06 |
| HSL | 273.33º | 0.76% | 0.74% | - |
| HSV(B) | 273.33º | 0.41% | 0.94% | - |
| XYZ | 47.46 | 36.59 | 86.22 | - |
| YUV | 167.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 239 | 0.18 | 0.41 | 0 | 0.06 | 273.33 | 0.76 | 0.74 |
| Hex | C3 | 8C | EF | 12 | 29 | 0 | 6 | 111 | 4C | 4A |
| Octal | 303 | 214 | 357 | 22 | 51 | 0 | 6 | 421 | 114 | 112 |
| Binary | 11000011 | 10001100 | 11101111 | 10010 | 101001 | 0 | 110 | 100010001 | 1001100 | 1001010 |
Color Harmonies of #C38CEF
Complementary color
Monochromatic Colors of #C38CEF
Black with #C38CEF
Text Example
Text Example
White with #C38CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CEF; }
p { color: rgb(195,140,239); }
H1.HeaderClassName
{
color: #C38CEF;
}
.AnyTagClassName
{
color: #C38CEF;
}
</style>
background-color css
<style>
a { background-color: #C38CEF; }
a { background-color: rgb(195,140,239); }
div.DivClassName
{
background-color: #C38CEF;
}
.BgClassName
{
background-color: #C38CEF;
}
</style>
border-color css
<style>
span { border-color: #C38CEF; }
span { border-color: rgb(195,140,239); }
td.TdClassName
{
border-color: #C38CEF;
}
.TagClassName
{
border-color: #C38CEF;
}
</style>