Shades of Medium Orchid #C263EB
Tints of Medium Orchid #C263EB
RGB
CMYK
RGB Variations
Color information
#C263EB (or 0xC263EB) is known color: Medium Orchid. HEX triplet: C2, 63 and EB. RGB value is (194,99,235). Sum of RGB (Red+Green+Blue) = 194+99+235=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C263EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263EB is #3D9C14. Grayscale: #8E8E8E. Windows color (decimal): -4037653 or 15426498. OLE color: 15426498.
HSL color Cylindrical-coordinate representation of color #C263EB: hue angle of 281.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C263EB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 99 | 235 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.08 |
| HSL | 281.91º | 0.77% | 0.65% | - |
| HSV(B) | 281.91º | 0.58% | 0.92% | - |
| XYZ | 41.71 | 26.39 | 81.49 | - |
| YUV | 142.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 235 | 0.17 | 0.58 | 0 | 0.08 | 281.91 | 0.77 | 0.65 |
| Hex | C2 | 63 | EB | 11 | 3A | 0 | 8 | 11A | 4D | 41 |
| Octal | 302 | 143 | 353 | 21 | 72 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000010 | 1100011 | 11101011 | 10001 | 111010 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C263EB
Complementary color
Monochromatic Colors of #C263EB
Black with #C263EB
Text Example
Text Example
White with #C263EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263EB; }
p { color: rgb(194,99,235); }
H1.HeaderClassName
{
color: #C263EB;
}
.AnyTagClassName
{
color: #C263EB;
}
</style>
background-color css
<style>
a { background-color: #C263EB; }
a { background-color: rgb(194,99,235); }
div.DivClassName
{
background-color: #C263EB;
}
.BgClassName
{
background-color: #C263EB;
}
</style>
border-color css
<style>
span { border-color: #C263EB; }
span { border-color: rgb(194,99,235); }
td.TdClassName
{
border-color: #C263EB;
}
.TagClassName
{
border-color: #C263EB;
}
</style>