Shades of Wisteria #C27BE3
Tints of Wisteria #C27BE3
RGB
CMYK
RGB Variations
Color information
#C27BE3 (or 0xC27BE3) is known color: Wisteria. HEX triplet: C2, 7B and E3. RGB value is (194,123,227). Sum of RGB (Red+Green+Blue) = 194+123+227=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #C27BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BE3 is #3D841C. Grayscale: #9B9B9B. Windows color (decimal): -4031517 or 14908354. OLE color: 14908354.
HSL color Cylindrical-coordinate representation of color #C27BE3: hue angle of 280.96º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27BE3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 123 | 227 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.11 |
| HSL | 280.96º | 0.65% | 0.69% | - |
| HSV(B) | 280.96º | 0.46% | 0.89% | - |
| XYZ | 43.2 | 31.18 | 76.41 | - |
| YUV | 156.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 227 | 0.15 | 0.46 | 0 | 0.11 | 280.96 | 0.65 | 0.69 |
| Hex | C2 | 7B | E3 | F | 2E | 0 | B | 119 | 41 | 45 |
| Octal | 302 | 173 | 343 | 17 | 56 | 0 | 13 | 431 | 101 | 105 |
| Binary | 11000010 | 1111011 | 11100011 | 1111 | 101110 | 0 | 1011 | 100011001 | 1000001 | 1000101 |
Color Harmonies of #C27BE3
Complementary color
Monochromatic Colors of #C27BE3
Black with #C27BE3
Text Example
Text Example
White with #C27BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BE3; }
p { color: rgb(194,123,227); }
H1.HeaderClassName
{
color: #C27BE3;
}
.AnyTagClassName
{
color: #C27BE3;
}
</style>
background-color css
<style>
a { background-color: #C27BE3; }
a { background-color: rgb(194,123,227); }
div.DivClassName
{
background-color: #C27BE3;
}
.BgClassName
{
background-color: #C27BE3;
}
</style>
border-color css
<style>
span { border-color: #C27BE3; }
span { border-color: rgb(194,123,227); }
td.TdClassName
{
border-color: #C27BE3;
}
.TagClassName
{
border-color: #C27BE3;
}
</style>