Shades of Wisteria #C28CCF
Tints of Wisteria #C28CCF
RGB
CMYK
RGB Variations
Color information
#C28CCF (or 0xC28CCF) is known color: Wisteria. HEX triplet: C2, 8C and CF. RGB value is (194,140,207). Sum of RGB (Red+Green+Blue) = 194+140+207=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C28CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCF is #3D7330. Grayscale: #A3A3A3. Windows color (decimal): -4027185 or 13601986. OLE color: 13601986.
HSL color Cylindrical-coordinate representation of color #C28CCF: hue angle of 288.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28CCF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 140 | 207 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.19 |
| HSL | 288.36º | 0.41% | 0.68% | - |
| HSV(B) | 288.36º | 0.32% | 0.81% | - |
| XYZ | 42.89 | 34.73 | 63.47 | - |
| YUV | 163.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 207 | 0.06 | 0.32 | 0 | 0.19 | 288.36 | 0.41 | 0.68 |
| Hex | C2 | 8C | CF | 6 | 20 | 0 | 13 | 120 | 29 | 44 |
| Octal | 302 | 214 | 317 | 6 | 40 | 0 | 23 | 440 | 51 | 104 |
| Binary | 11000010 | 10001100 | 11001111 | 110 | 100000 | 0 | 10011 | 100100000 | 101001 | 1000100 |
Color Harmonies of #C28CCF
Complementary color
Monochromatic Colors of #C28CCF
Black with #C28CCF
Text Example
Text Example
White with #C28CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CCF; }
p { color: rgb(194,140,207); }
H1.HeaderClassName
{
color: #C28CCF;
}
.AnyTagClassName
{
color: #C28CCF;
}
</style>
background-color css
<style>
a { background-color: #C28CCF; }
a { background-color: rgb(194,140,207); }
div.DivClassName
{
background-color: #C28CCF;
}
.BgClassName
{
background-color: #C28CCF;
}
</style>
border-color css
<style>
span { border-color: #C28CCF; }
span { border-color: rgb(194,140,207); }
td.TdClassName
{
border-color: #C28CCF;
}
.TagClassName
{
border-color: #C28CCF;
}
</style>