Shades of Medium Orchid #C62DE3
Tints of Medium Orchid #C62DE3
RGB
CMYK
RGB Variations
Color information
#C62DE3 (or 0xC62DE3) is known color: Medium Orchid. HEX triplet: C6, 2D and E3. RGB value is (198,45,227). Sum of RGB (Red+Green+Blue) = 198+45+227=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #C62DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DE3 is #39D21C. Grayscale: #6E6E6E. Windows color (decimal): -3789341 or 14888390. OLE color: 14888390.
HSL color Cylindrical-coordinate representation of color #C62DE3: hue angle of 290.44º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62DE3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 45 | 227 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.11 |
| HSL | 290.44º | 0.76% | 0.53% | - |
| HSV(B) | 290.44º | 0.8% | 0.89% | - |
| XYZ | 38.09 | 19.43 | 74.42 | - |
| YUV | 111.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 227 | 0.13 | 0.80 | 0 | 0.11 | 290.44 | 0.76 | 0.53 |
| Hex | C6 | 2D | E3 | D | 50 | 0 | B | 122 | 4C | 35 |
| Octal | 306 | 55 | 343 | 15 | 120 | 0 | 13 | 442 | 114 | 65 |
| Binary | 11000110 | 101101 | 11100011 | 1101 | 1010000 | 0 | 1011 | 100100010 | 1001100 | 110101 |
Color Harmonies of #C62DE3
Complementary color
Monochromatic Colors of #C62DE3
Black with #C62DE3
Text Example
Text Example
White with #C62DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DE3; }
p { color: rgb(198,45,227); }
H1.HeaderClassName
{
color: #C62DE3;
}
.AnyTagClassName
{
color: #C62DE3;
}
</style>
background-color css
<style>
a { background-color: #C62DE3; }
a { background-color: rgb(198,45,227); }
div.DivClassName
{
background-color: #C62DE3;
}
.BgClassName
{
background-color: #C62DE3;
}
</style>
border-color css
<style>
span { border-color: #C62DE3; }
span { border-color: rgb(198,45,227); }
td.TdClassName
{
border-color: #C62DE3;
}
.TagClassName
{
border-color: #C62DE3;
}
</style>