Shades of Wisteria #C995EF
Tints of Wisteria #C995EF
RGB
CMYK
RGB Variations
Color information
#C995EF (or 0xC995EF) is known color: Wisteria. HEX triplet: C9, 95 and EF. RGB value is (201,149,239). Sum of RGB (Red+Green+Blue) = 201+149+239=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C995EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995EF is #366A10. Grayscale: #AEAEAE. Windows color (decimal): -3566097 or 15701449. OLE color: 15701449.
HSL color Cylindrical-coordinate representation of color #C995EF: hue angle of 274.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C995EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 149 | 239 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.06 |
| HSL | 274.67º | 0.74% | 0.76% | - |
| HSV(B) | 274.67º | 0.38% | 0.94% | - |
| XYZ | 50.41 | 40.14 | 86.75 | - |
| YUV | 174.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 239 | 0.16 | 0.38 | 0 | 0.06 | 274.67 | 0.74 | 0.76 |
| Hex | C9 | 95 | EF | 10 | 26 | 0 | 6 | 113 | 4A | 4C |
| Octal | 311 | 225 | 357 | 20 | 46 | 0 | 6 | 423 | 112 | 114 |
| Binary | 11001001 | 10010101 | 11101111 | 10000 | 100110 | 0 | 110 | 100010011 | 1001010 | 1001100 |
Color Harmonies of #C995EF
Complementary color
Monochromatic Colors of #C995EF
Black with #C995EF
Text Example
Text Example
White with #C995EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995EF; }
p { color: rgb(201,149,239); }
H1.HeaderClassName
{
color: #C995EF;
}
.AnyTagClassName
{
color: #C995EF;
}
</style>
background-color css
<style>
a { background-color: #C995EF; }
a { background-color: rgb(201,149,239); }
div.DivClassName
{
background-color: #C995EF;
}
.BgClassName
{
background-color: #C995EF;
}
</style>
border-color css
<style>
span { border-color: #C995EF; }
span { border-color: rgb(201,149,239); }
td.TdClassName
{
border-color: #C995EF;
}
.TagClassName
{
border-color: #C995EF;
}
</style>