Shades of Medium Orchid #C62CD8
Tints of Medium Orchid #C62CD8
RGB
CMYK
RGB Variations
Color information
#C62CD8 (or 0xC62CD8) is known color: Medium Orchid. HEX triplet: C6, 2C and D8. RGB value is (198,44,216). Sum of RGB (Red+Green+Blue) = 198+44+216=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #C62CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CD8 is #39D327. Grayscale: #6D6D6D. Windows color (decimal): -3789608 or 14167238. OLE color: 14167238.
HSL color Cylindrical-coordinate representation of color #C62CD8: hue angle of 293.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62CD8 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 44 | 216 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.15 |
| HSL | 293.72º | 0.69% | 0.51% | - |
| HSV(B) | 293.72º | 0.8% | 0.85% | - |
| XYZ | 36.58 | 18.77 | 66.66 | - |
| YUV | 109.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 216 | 0.08 | 0.80 | 0 | 0.15 | 293.72 | 0.69 | 0.51 |
| Hex | C6 | 2C | D8 | 8 | 50 | 0 | F | 126 | 45 | 33 |
| Octal | 306 | 54 | 330 | 10 | 120 | 0 | 17 | 446 | 105 | 63 |
| Binary | 11000110 | 101100 | 11011000 | 1000 | 1010000 | 0 | 1111 | 100100110 | 1000101 | 110011 |
Color Harmonies of #C62CD8
Complementary color
Monochromatic Colors of #C62CD8
Black with #C62CD8
Text Example
Text Example
White with #C62CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CD8; }
p { color: rgb(198,44,216); }
H1.HeaderClassName
{
color: #C62CD8;
}
.AnyTagClassName
{
color: #C62CD8;
}
</style>
background-color css
<style>
a { background-color: #C62CD8; }
a { background-color: rgb(198,44,216); }
div.DivClassName
{
background-color: #C62CD8;
}
.BgClassName
{
background-color: #C62CD8;
}
</style>
border-color css
<style>
span { border-color: #C62CD8; }
span { border-color: rgb(198,44,216); }
td.TdClassName
{
border-color: #C62CD8;
}
.TagClassName
{
border-color: #C62CD8;
}
</style>