Shades of Medium Orchid #C62EDF
Tints of Medium Orchid #C62EDF
RGB
CMYK
RGB Variations
Color information
#C62EDF (or 0xC62EDF) is known color: Medium Orchid. HEX triplet: C6, 2E and DF. RGB value is (198,46,223). Sum of RGB (Red+Green+Blue) = 198+46+223=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62EDF is #39D120. Grayscale: #6F6F6F. Windows color (decimal): -3789089 or 14626502. OLE color: 14626502.
HSL color Cylindrical-coordinate representation of color #C62EDF: hue angle of 291.53º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62EDF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 46 | 223 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.53º | 0.73% | 0.53% | - |
| HSV(B) | 291.53º | 0.79% | 0.87% | - |
| XYZ | 37.58 | 19.29 | 71.55 | - |
| YUV | 111.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 223 | 0.11 | 0.79 | 0 | 0.13 | 291.53 | 0.73 | 0.53 |
| Hex | C6 | 2E | DF | B | 4F | 0 | D | 124 | 49 | 35 |
| Octal | 306 | 56 | 337 | 13 | 117 | 0 | 15 | 444 | 111 | 65 |
| Binary | 11000110 | 101110 | 11011111 | 1011 | 1001111 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C62EDF
Complementary color
Monochromatic Colors of #C62EDF
Black with #C62EDF
Text Example
Text Example
White with #C62EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EDF; }
p { color: rgb(198,46,223); }
H1.HeaderClassName
{
color: #C62EDF;
}
.AnyTagClassName
{
color: #C62EDF;
}
</style>
background-color css
<style>
a { background-color: #C62EDF; }
a { background-color: rgb(198,46,223); }
div.DivClassName
{
background-color: #C62EDF;
}
.BgClassName
{
background-color: #C62EDF;
}
</style>
border-color css
<style>
span { border-color: #C62EDF; }
span { border-color: rgb(198,46,223); }
td.TdClassName
{
border-color: #C62EDF;
}
.TagClassName
{
border-color: #C62EDF;
}
</style>