Shades of Wisteria #C98CED
Tints of Wisteria #C98CED
RGB
CMYK
RGB Variations
Color information
#C98CED (or 0xC98CED) is known color: Wisteria. HEX triplet: C9, 8C and ED. RGB value is (201,140,237). Sum of RGB (Red+Green+Blue) = 201+140+237=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C98CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CED is #367312. Grayscale: #A8A8A8. Windows color (decimal): -3568403 or 15568073. OLE color: 15568073.
HSL color Cylindrical-coordinate representation of color #C98CED: hue angle of 277.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98CED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 140 | 237 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.07 |
| HSL | 277.73º | 0.73% | 0.74% | - |
| HSV(B) | 277.73º | 0.41% | 0.93% | - |
| XYZ | 48.75 | 37.29 | 84.75 | - |
| YUV | 169.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 237 | 0.15 | 0.41 | 0 | 0.07 | 277.73 | 0.73 | 0.74 |
| Hex | C9 | 8C | ED | F | 29 | 0 | 7 | 116 | 49 | 4A |
| Octal | 311 | 214 | 355 | 17 | 51 | 0 | 7 | 426 | 111 | 112 |
| Binary | 11001001 | 10001100 | 11101101 | 1111 | 101001 | 0 | 111 | 100010110 | 1001001 | 1001010 |
Color Harmonies of #C98CED
Complementary color
Monochromatic Colors of #C98CED
Black with #C98CED
Text Example
Text Example
White with #C98CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CED; }
p { color: rgb(201,140,237); }
H1.HeaderClassName
{
color: #C98CED;
}
.AnyTagClassName
{
color: #C98CED;
}
</style>
background-color css
<style>
a { background-color: #C98CED; }
a { background-color: rgb(201,140,237); }
div.DivClassName
{
background-color: #C98CED;
}
.BgClassName
{
background-color: #C98CED;
}
</style>
border-color css
<style>
span { border-color: #C98CED; }
span { border-color: rgb(201,140,237); }
td.TdClassName
{
border-color: #C98CED;
}
.TagClassName
{
border-color: #C98CED;
}
</style>