Shades of Wisteria #C27BE2
Tints of Wisteria #C27BE2
RGB
CMYK
RGB Variations
Color information
#C27BE2 (or 0xC27BE2) is known color: Wisteria. HEX triplet: C2, 7B and E2. RGB value is (194,123,226). Sum of RGB (Red+Green+Blue) = 194+123+226=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #C27BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BE2 is #3D841D. Grayscale: #9B9B9B. Windows color (decimal): -4031518 or 14842818. OLE color: 14842818.
HSL color Cylindrical-coordinate representation of color #C27BE2: hue angle of 281.36º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27BE2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 123 | 226 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.11 |
| HSL | 281.36º | 0.64% | 0.68% | - |
| HSV(B) | 281.36º | 0.46% | 0.89% | - |
| XYZ | 43.06 | 31.13 | 75.69 | - |
| YUV | 155.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 226 | 0.14 | 0.46 | 0 | 0.11 | 281.36 | 0.64 | 0.68 |
| Hex | C2 | 7B | E2 | E | 2E | 0 | B | 119 | 40 | 44 |
| Octal | 302 | 173 | 342 | 16 | 56 | 0 | 13 | 431 | 100 | 104 |
| Binary | 11000010 | 1111011 | 11100010 | 1110 | 101110 | 0 | 1011 | 100011001 | 1000000 | 1000100 |
Color Harmonies of #C27BE2
Complementary color
Monochromatic Colors of #C27BE2
Black with #C27BE2
Text Example
Text Example
White with #C27BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BE2; }
p { color: rgb(194,123,226); }
H1.HeaderClassName
{
color: #C27BE2;
}
.AnyTagClassName
{
color: #C27BE2;
}
</style>
background-color css
<style>
a { background-color: #C27BE2; }
a { background-color: rgb(194,123,226); }
div.DivClassName
{
background-color: #C27BE2;
}
.BgClassName
{
background-color: #C27BE2;
}
</style>
border-color css
<style>
span { border-color: #C27BE2; }
span { border-color: rgb(194,123,226); }
td.TdClassName
{
border-color: #C27BE2;
}
.TagClassName
{
border-color: #C27BE2;
}
</style>