Shades of Wisteria #C39ED2
Tints of Wisteria #C39ED2
RGB
CMYK
RGB Variations
Color information
#C39ED2 (or 0xC39ED2) is known color: Wisteria. HEX triplet: C3, 9E and D2. RGB value is (195,158,210). Sum of RGB (Red+Green+Blue) = 195+158+210=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #C39ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39ED2 is #3C612D. Grayscale: #AEAEAE. Windows color (decimal): -3957038 or 13803203. OLE color: 13803203.
HSL color Cylindrical-coordinate representation of color #C39ED2: hue angle of 282.69º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39ED2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 195 | 158 | 210 | - |
CMYK | 0.07 | 0.25 | 0 | 0.18 |
HSL | 282.69º | 0.37% | 0.72% | - |
HSV(B) | 282.69º | 0.25% | 0.82% | - |
XYZ | 46.37 | 40.71 | 66.39 | - |
YUV | 174.99 | 147.76 | 142.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 158 | 210 | 0.07 | 0.25 | 0 | 0.18 | 282.69 | 0.37 | 0.72 |
Hex | C3 | 9E | D2 | 7 | 19 | 0 | 12 | 11B | 25 | 48 |
Octal | 303 | 236 | 322 | 7 | 31 | 0 | 22 | 433 | 45 | 110 |
Binary | 11000011 | 10011110 | 11010010 | 111 | 11001 | 0 | 10010 | 100011011 | 100101 | 1001000 |
Color Harmonies of #C39ED2
Complementary color
Monochromatic Colors of #C39ED2
Black with #C39ED2
Text Example
Text Example
White with #C39ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39ED2; }
p { color: rgb(195,158,210); }
H1.HeaderClassName
{
color: #C39ED2;
}
.AnyTagClassName
{
color: #C39ED2;
}
</style>
background-color css
<style>
a { background-color: #C39ED2; }
a { background-color: rgb(195,158,210); }
div.DivClassName
{
background-color: #C39ED2;
}
.BgClassName
{
background-color: #C39ED2;
}
</style>
border-color css
<style>
span { border-color: #C39ED2; }
span { border-color: rgb(195,158,210); }
td.TdClassName
{
border-color: #C39ED2;
}
.TagClassName
{
border-color: #C39ED2;
}
</style>