Shades of Medium Orchid #C263D0
Tints of Medium Orchid #C263D0
RGB
CMYK
RGB Variations
Color information
#C263D0 (or 0xC263D0) is known color: Medium Orchid. HEX triplet: C2, 63 and D0. RGB value is (194,99,208). Sum of RGB (Red+Green+Blue) = 194+99+208=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #C263D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263D0 is #3D9C2F. Grayscale: #8B8B8B. Windows color (decimal): -4037680 or 13657026. OLE color: 13657026.
HSL color Cylindrical-coordinate representation of color #C263D0: hue angle of 292.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C263D0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 99 | 208 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.18 |
| HSL | 292.29º | 0.54% | 0.6% | - |
| HSV(B) | 292.29º | 0.52% | 0.82% | - |
| XYZ | 38.1 | 24.95 | 62.48 | - |
| YUV | 139.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 208 | 0.07 | 0.52 | 0 | 0.18 | 292.29 | 0.54 | 0.6 |
| Hex | C2 | 63 | D0 | 7 | 34 | 0 | 12 | 124 | 36 | 3C |
| Octal | 302 | 143 | 320 | 7 | 64 | 0 | 22 | 444 | 66 | 74 |
| Binary | 11000010 | 1100011 | 11010000 | 111 | 110100 | 0 | 10010 | 100100100 | 110110 | 111100 |
Color Harmonies of #C263D0
Complementary color
Monochromatic Colors of #C263D0
Black with #C263D0
Text Example
Text Example
White with #C263D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263D0; }
p { color: rgb(194,99,208); }
H1.HeaderClassName
{
color: #C263D0;
}
.AnyTagClassName
{
color: #C263D0;
}
</style>
background-color css
<style>
a { background-color: #C263D0; }
a { background-color: rgb(194,99,208); }
div.DivClassName
{
background-color: #C263D0;
}
.BgClassName
{
background-color: #C263D0;
}
</style>
border-color css
<style>
span { border-color: #C263D0; }
span { border-color: rgb(194,99,208); }
td.TdClassName
{
border-color: #C263D0;
}
.TagClassName
{
border-color: #C263D0;
}
</style>