Shades of Medium Orchid #C263E9
Tints of Medium Orchid #C263E9
RGB
CMYK
RGB Variations
Color information
#C263E9 (or 0xC263E9) is known color: Medium Orchid. HEX triplet: C2, 63 and E9. RGB value is (194,99,233). Sum of RGB (Red+Green+Blue) = 194+99+233=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #C263E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263E9 is #3D9C16. Grayscale: #8E8E8E. Windows color (decimal): -4037655 or 15295426. OLE color: 15295426.
HSL color Cylindrical-coordinate representation of color #C263E9: hue angle of 282.54º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C263E9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 99 | 233 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.09 |
| HSL | 282.54º | 0.75% | 0.65% | - |
| HSV(B) | 282.54º | 0.58% | 0.91% | - |
| XYZ | 41.42 | 26.28 | 79.98 | - |
| YUV | 142.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 233 | 0.17 | 0.58 | 0 | 0.09 | 282.54 | 0.75 | 0.65 |
| Hex | C2 | 63 | E9 | 11 | 3A | 0 | 9 | 11B | 4B | 41 |
| Octal | 302 | 143 | 351 | 21 | 72 | 0 | 11 | 433 | 113 | 101 |
| Binary | 11000010 | 1100011 | 11101001 | 10001 | 111010 | 0 | 1001 | 100011011 | 1001011 | 1000001 |
Color Harmonies of #C263E9
Complementary color
Monochromatic Colors of #C263E9
Black with #C263E9
Text Example
Text Example
White with #C263E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263E9; }
p { color: rgb(194,99,233); }
H1.HeaderClassName
{
color: #C263E9;
}
.AnyTagClassName
{
color: #C263E9;
}
</style>
background-color css
<style>
a { background-color: #C263E9; }
a { background-color: rgb(194,99,233); }
div.DivClassName
{
background-color: #C263E9;
}
.BgClassName
{
background-color: #C263E9;
}
</style>
border-color css
<style>
span { border-color: #C263E9; }
span { border-color: rgb(194,99,233); }
td.TdClassName
{
border-color: #C263E9;
}
.TagClassName
{
border-color: #C263E9;
}
</style>