Shades of Wisteria #C291EF
Tints of Wisteria #C291EF
RGB
CMYK
RGB Variations
Color information
#C291EF (or 0xC291EF) is known color: Wisteria. HEX triplet: C2, 91 and EF. RGB value is (194,145,239). Sum of RGB (Red+Green+Blue) = 194+145+239=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C291EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291EF is #3D6E10. Grayscale: #AAAAAA. Windows color (decimal): -4025873 or 15700418. OLE color: 15700418.
HSL color Cylindrical-coordinate representation of color #C291EF: hue angle of 271.28º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C291EF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 145 | 239 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.06 |
| HSL | 271.28º | 0.75% | 0.75% | - |
| HSV(B) | 271.28º | 0.39% | 0.94% | - |
| XYZ | 47.95 | 37.95 | 86.46 | - |
| YUV | 170.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 239 | 0.19 | 0.39 | 0 | 0.06 | 271.28 | 0.75 | 0.75 |
| Hex | C2 | 91 | EF | 13 | 27 | 0 | 6 | 10F | 4B | 4B |
| Octal | 302 | 221 | 357 | 23 | 47 | 0 | 6 | 417 | 113 | 113 |
| Binary | 11000010 | 10010001 | 11101111 | 10011 | 100111 | 0 | 110 | 100001111 | 1001011 | 1001011 |
Color Harmonies of #C291EF
Complementary color
Monochromatic Colors of #C291EF
Black with #C291EF
Text Example
Text Example
White with #C291EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291EF; }
p { color: rgb(194,145,239); }
H1.HeaderClassName
{
color: #C291EF;
}
.AnyTagClassName
{
color: #C291EF;
}
</style>
background-color css
<style>
a { background-color: #C291EF; }
a { background-color: rgb(194,145,239); }
div.DivClassName
{
background-color: #C291EF;
}
.BgClassName
{
background-color: #C291EF;
}
</style>
border-color css
<style>
span { border-color: #C291EF; }
span { border-color: rgb(194,145,239); }
td.TdClassName
{
border-color: #C291EF;
}
.TagClassName
{
border-color: #C291EF;
}
</style>