Shades of Medium Orchid #C63CD7
Tints of Medium Orchid #C63CD7
RGB
CMYK
RGB Variations
Color information
#C63CD7 (or 0xC63CD7) is known color: Medium Orchid. HEX triplet: C6, 3C and D7. RGB value is (198,60,215). Sum of RGB (Red+Green+Blue) = 198+60+215=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #C63CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CD7 is #39C328. Grayscale: #767676. Windows color (decimal): -3785513 or 14105798. OLE color: 14105798.
HSL color Cylindrical-coordinate representation of color #C63CD7: hue angle of 293.42º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63CD7 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 60 | 215 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.16 |
| HSL | 293.42º | 0.66% | 0.54% | - |
| HSV(B) | 293.42º | 0.72% | 0.84% | - |
| XYZ | 37.17 | 20.14 | 66.22 | - |
| YUV | 118.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 215 | 0.08 | 0.72 | 0 | 0.16 | 293.42 | 0.66 | 0.54 |
| Hex | C6 | 3C | D7 | 8 | 48 | 0 | 10 | 125 | 42 | 36 |
| Octal | 306 | 74 | 327 | 10 | 110 | 0 | 20 | 445 | 102 | 66 |
| Binary | 11000110 | 111100 | 11010111 | 1000 | 1001000 | 0 | 10000 | 100100101 | 1000010 | 110110 |
Color Harmonies of #C63CD7
Complementary color
Monochromatic Colors of #C63CD7
Black with #C63CD7
Text Example
Text Example
White with #C63CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CD7; }
p { color: rgb(198,60,215); }
H1.HeaderClassName
{
color: #C63CD7;
}
.AnyTagClassName
{
color: #C63CD7;
}
</style>
background-color css
<style>
a { background-color: #C63CD7; }
a { background-color: rgb(198,60,215); }
div.DivClassName
{
background-color: #C63CD7;
}
.BgClassName
{
background-color: #C63CD7;
}
</style>
border-color css
<style>
span { border-color: #C63CD7; }
span { border-color: rgb(198,60,215); }
td.TdClassName
{
border-color: #C63CD7;
}
.TagClassName
{
border-color: #C63CD7;
}
</style>