Shades of Wisteria #C38CDC
Tints of Wisteria #C38CDC
RGB
CMYK
RGB Variations
Color information
#C38CDC (or 0xC38CDC) is known color: Wisteria. HEX triplet: C3, 8C and DC. RGB value is (195,140,220). Sum of RGB (Red+Green+Blue) = 195+140+220=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C38CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDC is #3C7323. Grayscale: #A5A5A5. Windows color (decimal): -3961636 or 14453955. OLE color: 14453955.
HSL color Cylindrical-coordinate representation of color #C38CDC: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38CDC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 140 | 220 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.14 |
| HSL | 281.25º | 0.53% | 0.71% | - |
| HSV(B) | 281.25º | 0.36% | 0.86% | - |
| XYZ | 44.8 | 35.53 | 72.21 | - |
| YUV | 165.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 220 | 0.11 | 0.36 | 0 | 0.14 | 281.25 | 0.53 | 0.71 |
| Hex | C3 | 8C | DC | B | 24 | 0 | E | 119 | 35 | 47 |
| Octal | 303 | 214 | 334 | 13 | 44 | 0 | 16 | 431 | 65 | 107 |
| Binary | 11000011 | 10001100 | 11011100 | 1011 | 100100 | 0 | 1110 | 100011001 | 110101 | 1000111 |
Color Harmonies of #C38CDC
Complementary color
Monochromatic Colors of #C38CDC
Black with #C38CDC
Text Example
Text Example
White with #C38CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CDC; }
p { color: rgb(195,140,220); }
H1.HeaderClassName
{
color: #C38CDC;
}
.AnyTagClassName
{
color: #C38CDC;
}
</style>
background-color css
<style>
a { background-color: #C38CDC; }
a { background-color: rgb(195,140,220); }
div.DivClassName
{
background-color: #C38CDC;
}
.BgClassName
{
background-color: #C38CDC;
}
</style>
border-color css
<style>
span { border-color: #C38CDC; }
span { border-color: rgb(195,140,220); }
td.TdClassName
{
border-color: #C38CDC;
}
.TagClassName
{
border-color: #C38CDC;
}
</style>