Shades of Medium Orchid #C62CE7
Tints of Medium Orchid #C62CE7
RGB
CMYK
RGB Variations
Color information
#C62CE7 (or 0xC62CE7) is known color: Medium Orchid. HEX triplet: C6, 2C and E7. RGB value is (198,44,231). Sum of RGB (Red+Green+Blue) = 198+44+231=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #C62CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CE7 is #39D318. Grayscale: #6E6E6E. Windows color (decimal): -3789593 or 15150278. OLE color: 15150278.
HSL color Cylindrical-coordinate representation of color #C62CE7: hue angle of 289.41º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62CE7 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 44 | 231 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.09 |
| HSL | 289.41º | 0.8% | 0.54% | - |
| HSV(B) | 289.41º | 0.81% | 0.91% | - |
| XYZ | 38.61 | 19.58 | 77.34 | - |
| YUV | 111.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 231 | 0.14 | 0.81 | 0 | 0.09 | 289.41 | 0.8 | 0.54 |
| Hex | C6 | 2C | E7 | E | 51 | 0 | 9 | 121 | 50 | 36 |
| Octal | 306 | 54 | 347 | 16 | 121 | 0 | 11 | 441 | 120 | 66 |
| Binary | 11000110 | 101100 | 11100111 | 1110 | 1010001 | 0 | 1001 | 100100001 | 1010000 | 110110 |
Color Harmonies of #C62CE7
Complementary color
Monochromatic Colors of #C62CE7
Black with #C62CE7
Text Example
Text Example
White with #C62CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CE7; }
p { color: rgb(198,44,231); }
H1.HeaderClassName
{
color: #C62CE7;
}
.AnyTagClassName
{
color: #C62CE7;
}
</style>
background-color css
<style>
a { background-color: #C62CE7; }
a { background-color: rgb(198,44,231); }
div.DivClassName
{
background-color: #C62CE7;
}
.BgClassName
{
background-color: #C62CE7;
}
</style>
border-color css
<style>
span { border-color: #C62CE7; }
span { border-color: rgb(198,44,231); }
td.TdClassName
{
border-color: #C62CE7;
}
.TagClassName
{
border-color: #C62CE7;
}
</style>