Shades of Medium Orchid #C263E7
Tints of Medium Orchid #C263E7
RGB
CMYK
RGB Variations
Color information
#C263E7 (or 0xC263E7) is known color: Medium Orchid. HEX triplet: C2, 63 and E7. RGB value is (194,99,231). Sum of RGB (Red+Green+Blue) = 194+99+231=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C263E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263E7 is #3D9C18. Grayscale: #8E8E8E. Windows color (decimal): -4037657 or 15164354. OLE color: 15164354.
HSL color Cylindrical-coordinate representation of color #C263E7: hue angle of 283.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C263E7 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 99 | 231 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.09 |
| HSL | 283.18º | 0.73% | 0.65% | - |
| HSV(B) | 283.18º | 0.57% | 0.91% | - |
| XYZ | 41.13 | 26.16 | 78.48 | - |
| YUV | 142.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 231 | 0.16 | 0.57 | 0 | 0.09 | 283.18 | 0.73 | 0.65 |
| Hex | C2 | 63 | E7 | 10 | 39 | 0 | 9 | 11B | 49 | 41 |
| Octal | 302 | 143 | 347 | 20 | 71 | 0 | 11 | 433 | 111 | 101 |
| Binary | 11000010 | 1100011 | 11100111 | 10000 | 111001 | 0 | 1001 | 100011011 | 1001001 | 1000001 |
Color Harmonies of #C263E7
Complementary color
Monochromatic Colors of #C263E7
Black with #C263E7
Text Example
Text Example
White with #C263E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263E7; }
p { color: rgb(194,99,231); }
H1.HeaderClassName
{
color: #C263E7;
}
.AnyTagClassName
{
color: #C263E7;
}
</style>
background-color css
<style>
a { background-color: #C263E7; }
a { background-color: rgb(194,99,231); }
div.DivClassName
{
background-color: #C263E7;
}
.BgClassName
{
background-color: #C263E7;
}
</style>
border-color css
<style>
span { border-color: #C263E7; }
span { border-color: rgb(194,99,231); }
td.TdClassName
{
border-color: #C263E7;
}
.TagClassName
{
border-color: #C263E7;
}
</style>