Shades of Wisteria #C38CDB
Tints of Wisteria #C38CDB
RGB
CMYK
RGB Variations
Color information
#C38CDB (or 0xC38CDB) is known color: Wisteria. HEX triplet: C3, 8C and DB. RGB value is (195,140,219). Sum of RGB (Red+Green+Blue) = 195+140+219=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C38CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDB is #3C7324. Grayscale: #A5A5A5. Windows color (decimal): -3961637 or 14388419. OLE color: 14388419.
HSL color Cylindrical-coordinate representation of color #C38CDB: hue angle of 281.77º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38CDB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 140 | 219 | - |
CMYK | 0.11 | 0.36 | 0 | 0.14 |
HSL | 281.77º | 0.52% | 0.7% | - |
HSV(B) | 281.77º | 0.36% | 0.86% | - |
XYZ | 44.67 | 35.47 | 71.51 | - |
YUV | 165.45 | 158.22 | 149.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 140 | 219 | 0.11 | 0.36 | 0 | 0.14 | 281.77 | 0.52 | 0.7 |
Hex | C3 | 8C | DB | B | 24 | 0 | E | 11A | 34 | 46 |
Octal | 303 | 214 | 333 | 13 | 44 | 0 | 16 | 432 | 64 | 106 |
Binary | 11000011 | 10001100 | 11011011 | 1011 | 100100 | 0 | 1110 | 100011010 | 110100 | 1000110 |
Color Harmonies of #C38CDB
Complementary color
Monochromatic Colors of #C38CDB
Black with #C38CDB
Text Example
Text Example
White with #C38CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CDB; }
p { color: rgb(195,140,219); }
H1.HeaderClassName
{
color: #C38CDB;
}
.AnyTagClassName
{
color: #C38CDB;
}
</style>
background-color css
<style>
a { background-color: #C38CDB; }
a { background-color: rgb(195,140,219); }
div.DivClassName
{
background-color: #C38CDB;
}
.BgClassName
{
background-color: #C38CDB;
}
</style>
border-color css
<style>
span { border-color: #C38CDB; }
span { border-color: rgb(195,140,219); }
td.TdClassName
{
border-color: #C38CDB;
}
.TagClassName
{
border-color: #C38CDB;
}
</style>