Shades of Wisteria #C98FEA
Tints of Wisteria #C98FEA
RGB
CMYK
RGB Variations
Color information
#C98FEA (or 0xC98FEA) is known color: Wisteria. HEX triplet: C9, 8F and EA. RGB value is (201,143,234). Sum of RGB (Red+Green+Blue) = 201+143+234=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FEA is #367015. Grayscale: #AAAAAA. Windows color (decimal): -3567638 or 15372233. OLE color: 15372233.
HSL color Cylindrical-coordinate representation of color #C98FEA: hue angle of 278.24º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98FEA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 143 | 234 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.08 |
| HSL | 278.24º | 0.68% | 0.74% | - |
| HSV(B) | 278.24º | 0.39% | 0.92% | - |
| XYZ | 48.76 | 38 | 82.61 | - |
| YUV | 170.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 234 | 0.14 | 0.39 | 0 | 0.08 | 278.24 | 0.68 | 0.74 |
| Hex | C9 | 8F | EA | E | 27 | 0 | 8 | 116 | 44 | 4A |
| Octal | 311 | 217 | 352 | 16 | 47 | 0 | 10 | 426 | 104 | 112 |
| Binary | 11001001 | 10001111 | 11101010 | 1110 | 100111 | 0 | 1000 | 100010110 | 1000100 | 1001010 |
Color Harmonies of #C98FEA
Complementary color
Monochromatic Colors of #C98FEA
Black with #C98FEA
Text Example
Text Example
White with #C98FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FEA; }
p { color: rgb(201,143,234); }
H1.HeaderClassName
{
color: #C98FEA;
}
.AnyTagClassName
{
color: #C98FEA;
}
</style>
background-color css
<style>
a { background-color: #C98FEA; }
a { background-color: rgb(201,143,234); }
div.DivClassName
{
background-color: #C98FEA;
}
.BgClassName
{
background-color: #C98FEA;
}
</style>
border-color css
<style>
span { border-color: #C98FEA; }
span { border-color: rgb(201,143,234); }
td.TdClassName
{
border-color: #C98FEA;
}
.TagClassName
{
border-color: #C98FEA;
}
</style>