Shades of Medium Orchid #C63ED8
Tints of Medium Orchid #C63ED8
RGB
CMYK
RGB Variations
Color information
#C63ED8 (or 0xC63ED8) is known color: Medium Orchid. HEX triplet: C6, 3E and D8. RGB value is (198,62,216). Sum of RGB (Red+Green+Blue) = 198+62+216=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #C63ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ED8 is #39C127. Grayscale: #777777. Windows color (decimal): -3785000 or 14171846. OLE color: 14171846.
HSL color Cylindrical-coordinate representation of color #C63ED8: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63ED8 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 62 | 216 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.15 |
| HSL | 292.99º | 0.66% | 0.55% | - |
| HSV(B) | 292.99º | 0.71% | 0.85% | - |
| XYZ | 37.41 | 20.41 | 66.93 | - |
| YUV | 120.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 216 | 0.08 | 0.71 | 0 | 0.15 | 292.99 | 0.66 | 0.55 |
| Hex | C6 | 3E | D8 | 8 | 47 | 0 | F | 125 | 42 | 37 |
| Octal | 306 | 76 | 330 | 10 | 107 | 0 | 17 | 445 | 102 | 67 |
| Binary | 11000110 | 111110 | 11011000 | 1000 | 1000111 | 0 | 1111 | 100100101 | 1000010 | 110111 |
Color Harmonies of #C63ED8
Complementary color
Monochromatic Colors of #C63ED8
Black with #C63ED8
Text Example
Text Example
White with #C63ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ED8; }
p { color: rgb(198,62,216); }
H1.HeaderClassName
{
color: #C63ED8;
}
.AnyTagClassName
{
color: #C63ED8;
}
</style>
background-color css
<style>
a { background-color: #C63ED8; }
a { background-color: rgb(198,62,216); }
div.DivClassName
{
background-color: #C63ED8;
}
.BgClassName
{
background-color: #C63ED8;
}
</style>
border-color css
<style>
span { border-color: #C63ED8; }
span { border-color: rgb(198,62,216); }
td.TdClassName
{
border-color: #C63ED8;
}
.TagClassName
{
border-color: #C63ED8;
}
</style>