Shades of Medium Orchid #C263E6
Tints of Medium Orchid #C263E6
RGB
CMYK
RGB Variations
Color information
#C263E6 (or 0xC263E6) is known color: Medium Orchid. HEX triplet: C2, 63 and E6. RGB value is (194,99,230). Sum of RGB (Red+Green+Blue) = 194+99+230=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #C263E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263E6 is #3D9C19. Grayscale: #8D8D8D. Windows color (decimal): -4037658 or 15098818. OLE color: 15098818.
HSL color Cylindrical-coordinate representation of color #C263E6: hue angle of 283.51º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C263E6 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 99 | 230 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.10 |
| HSL | 283.51º | 0.72% | 0.65% | - |
| HSV(B) | 283.51º | 0.57% | 0.9% | - |
| XYZ | 40.99 | 26.11 | 77.74 | - |
| YUV | 142.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 230 | 0.16 | 0.57 | 0 | 0.10 | 283.51 | 0.72 | 0.65 |
| Hex | C2 | 63 | E6 | 10 | 39 | 0 | A | 11C | 48 | 41 |
| Octal | 302 | 143 | 346 | 20 | 71 | 0 | 12 | 434 | 110 | 101 |
| Binary | 11000010 | 1100011 | 11100110 | 10000 | 111001 | 0 | 1010 | 100011100 | 1001000 | 1000001 |
Color Harmonies of #C263E6
Complementary color
Monochromatic Colors of #C263E6
Black with #C263E6
Text Example
Text Example
White with #C263E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263E6; }
p { color: rgb(194,99,230); }
H1.HeaderClassName
{
color: #C263E6;
}
.AnyTagClassName
{
color: #C263E6;
}
</style>
background-color css
<style>
a { background-color: #C263E6; }
a { background-color: rgb(194,99,230); }
div.DivClassName
{
background-color: #C263E6;
}
.BgClassName
{
background-color: #C263E6;
}
</style>
border-color css
<style>
span { border-color: #C263E6; }
span { border-color: rgb(194,99,230); }
td.TdClassName
{
border-color: #C263E6;
}
.TagClassName
{
border-color: #C263E6;
}
</style>