Shades of Medium Orchid #C63DEA
Tints of Medium Orchid #C63DEA
RGB
CMYK
RGB Variations
Color information
#C63DEA (or 0xC63DEA) is known color: Medium Orchid. HEX triplet: C6, 3D and EA. RGB value is (198,61,234). Sum of RGB (Red+Green+Blue) = 198+61+234=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C63DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DEA is #39C215. Grayscale: #797979. Windows color (decimal): -3785238 or 15351238. OLE color: 15351238.
HSL color Cylindrical-coordinate representation of color #C63DEA: hue angle of 287.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63DEA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 61 | 234 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.08 |
| HSL | 287.51º | 0.8% | 0.58% | - |
| HSV(B) | 287.51º | 0.74% | 0.92% | - |
| XYZ | 39.81 | 21.28 | 79.85 | - |
| YUV | 121.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 234 | 0.15 | 0.74 | 0 | 0.08 | 287.51 | 0.8 | 0.58 |
| Hex | C6 | 3D | EA | F | 4A | 0 | 8 | 120 | 50 | 3A |
| Octal | 306 | 75 | 352 | 17 | 112 | 0 | 10 | 440 | 120 | 72 |
| Binary | 11000110 | 111101 | 11101010 | 1111 | 1001010 | 0 | 1000 | 100100000 | 1010000 | 111010 |
Color Harmonies of #C63DEA
Complementary color
Monochromatic Colors of #C63DEA
Black with #C63DEA
Text Example
Text Example
White with #C63DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DEA; }
p { color: rgb(198,61,234); }
H1.HeaderClassName
{
color: #C63DEA;
}
.AnyTagClassName
{
color: #C63DEA;
}
</style>
background-color css
<style>
a { background-color: #C63DEA; }
a { background-color: rgb(198,61,234); }
div.DivClassName
{
background-color: #C63DEA;
}
.BgClassName
{
background-color: #C63DEA;
}
</style>
border-color css
<style>
span { border-color: #C63DEA; }
span { border-color: rgb(198,61,234); }
td.TdClassName
{
border-color: #C63DEA;
}
.TagClassName
{
border-color: #C63DEA;
}
</style>