Shades of Wisteria #C38CE5
Tints of Wisteria #C38CE5
RGB
CMYK
RGB Variations
Color information
#C38CE5 (or 0xC38CE5) is known color: Wisteria. HEX triplet: C3, 8C and E5. RGB value is (195,140,229). Sum of RGB (Red+Green+Blue) = 195+140+229=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C38CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CE5 is #3C731A. Grayscale: #A6A6A6. Windows color (decimal): -3961627 or 15043779. OLE color: 15043779.
HSL color Cylindrical-coordinate representation of color #C38CE5: hue angle of 277.08º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38CE5 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 140 | 229 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.10 |
| HSL | 277.08º | 0.63% | 0.72% | - |
| HSV(B) | 277.08º | 0.39% | 0.9% | - |
| XYZ | 46.03 | 36.02 | 78.65 | - |
| YUV | 166.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 229 | 0.15 | 0.39 | 0 | 0.10 | 277.08 | 0.63 | 0.72 |
| Hex | C3 | 8C | E5 | F | 27 | 0 | A | 115 | 3F | 48 |
| Octal | 303 | 214 | 345 | 17 | 47 | 0 | 12 | 425 | 77 | 110 |
| Binary | 11000011 | 10001100 | 11100101 | 1111 | 100111 | 0 | 1010 | 100010101 | 111111 | 1001000 |
Color Harmonies of #C38CE5
Complementary color
Monochromatic Colors of #C38CE5
Black with #C38CE5
Text Example
Text Example
White with #C38CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CE5; }
p { color: rgb(195,140,229); }
H1.HeaderClassName
{
color: #C38CE5;
}
.AnyTagClassName
{
color: #C38CE5;
}
</style>
background-color css
<style>
a { background-color: #C38CE5; }
a { background-color: rgb(195,140,229); }
div.DivClassName
{
background-color: #C38CE5;
}
.BgClassName
{
background-color: #C38CE5;
}
</style>
border-color css
<style>
span { border-color: #C38CE5; }
span { border-color: rgb(195,140,229); }
td.TdClassName
{
border-color: #C38CE5;
}
.TagClassName
{
border-color: #C38CE5;
}
</style>