Shades of Wisteria #C38AEF
Tints of Wisteria #C38AEF
RGB
CMYK
RGB Variations
Color information
#C38AEF (or 0xC38AEF) is known color: Wisteria. HEX triplet: C3, 8A and EF. RGB value is (195,138,239). Sum of RGB (Red+Green+Blue) = 195+138+239=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #C38AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AEF is #3C7510. Grayscale: #A6A6A6. Windows color (decimal): -3962129 or 15698627. OLE color: 15698627.
HSL color Cylindrical-coordinate representation of color #C38AEF: hue angle of 273.86º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38AEF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 138 | 239 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.06 |
| HSL | 273.86º | 0.76% | 0.74% | - |
| HSV(B) | 273.86º | 0.42% | 0.94% | - |
| XYZ | 47.17 | 36.01 | 86.13 | - |
| YUV | 166.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 239 | 0.18 | 0.42 | 0 | 0.06 | 273.86 | 0.76 | 0.74 |
| Hex | C3 | 8A | EF | 12 | 2A | 0 | 6 | 112 | 4C | 4A |
| Octal | 303 | 212 | 357 | 22 | 52 | 0 | 6 | 422 | 114 | 112 |
| Binary | 11000011 | 10001010 | 11101111 | 10010 | 101010 | 0 | 110 | 100010010 | 1001100 | 1001010 |
Color Harmonies of #C38AEF
Complementary color
Monochromatic Colors of #C38AEF
Black with #C38AEF
Text Example
Text Example
White with #C38AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AEF; }
p { color: rgb(195,138,239); }
H1.HeaderClassName
{
color: #C38AEF;
}
.AnyTagClassName
{
color: #C38AEF;
}
</style>
background-color css
<style>
a { background-color: #C38AEF; }
a { background-color: rgb(195,138,239); }
div.DivClassName
{
background-color: #C38AEF;
}
.BgClassName
{
background-color: #C38AEF;
}
</style>
border-color css
<style>
span { border-color: #C38AEF; }
span { border-color: rgb(195,138,239); }
td.TdClassName
{
border-color: #C38AEF;
}
.TagClassName
{
border-color: #C38AEF;
}
</style>