Shades of Medium Orchid #C263CD
Tints of Medium Orchid #C263CD
RGB
CMYK
RGB Variations
Color information
#C263CD (or 0xC263CD) is known color: Medium Orchid. HEX triplet: C2, 63 and CD. RGB value is (194,99,205). Sum of RGB (Red+Green+Blue) = 194+99+205=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C263CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CD is #3D9C32. Grayscale: #8B8B8B. Windows color (decimal): -4037683 or 13460418. OLE color: 13460418.
HSL color Cylindrical-coordinate representation of color #C263CD: hue angle of 293.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C263CD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 99 | 205 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.20 |
| HSL | 293.77º | 0.51% | 0.6% | - |
| HSV(B) | 293.77º | 0.52% | 0.8% | - |
| XYZ | 37.73 | 24.8 | 60.56 | - |
| YUV | 139.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 205 | 0.05 | 0.52 | 0 | 0.20 | 293.77 | 0.51 | 0.6 |
| Hex | C2 | 63 | CD | 5 | 34 | 0 | 14 | 126 | 33 | 3C |
| Octal | 302 | 143 | 315 | 5 | 64 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000010 | 1100011 | 11001101 | 101 | 110100 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C263CD
Complementary color
Monochromatic Colors of #C263CD
Black with #C263CD
Text Example
Text Example
White with #C263CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263CD; }
p { color: rgb(194,99,205); }
H1.HeaderClassName
{
color: #C263CD;
}
.AnyTagClassName
{
color: #C263CD;
}
</style>
background-color css
<style>
a { background-color: #C263CD; }
a { background-color: rgb(194,99,205); }
div.DivClassName
{
background-color: #C263CD;
}
.BgClassName
{
background-color: #C263CD;
}
</style>
border-color css
<style>
span { border-color: #C263CD; }
span { border-color: rgb(194,99,205); }
td.TdClassName
{
border-color: #C263CD;
}
.TagClassName
{
border-color: #C263CD;
}
</style>