Shades of Medium Orchid #C62BDE
Tints of Medium Orchid #C62BDE
RGB
CMYK
RGB Variations
Color information
#C62BDE (or 0xC62BDE) is known color: Medium Orchid. HEX triplet: C6, 2B and DE. RGB value is (198,43,222). Sum of RGB (Red+Green+Blue) = 198+43+222=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C62BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BDE is #39D421. Grayscale: #6D6D6D. Windows color (decimal): -3789858 or 14560198. OLE color: 14560198.
HSL color Cylindrical-coordinate representation of color #C62BDE: hue angle of 291.96º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BDE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 43 | 222 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 291.96º | 0.73% | 0.52% | - |
| HSV(B) | 291.96º | 0.81% | 0.87% | - |
| XYZ | 37.34 | 19.01 | 70.81 | - |
| YUV | 109.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 222 | 0.11 | 0.81 | 0 | 0.13 | 291.96 | 0.73 | 0.52 |
| Hex | C6 | 2B | DE | B | 51 | 0 | D | 124 | 49 | 34 |
| Octal | 306 | 53 | 336 | 13 | 121 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000110 | 101011 | 11011110 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C62BDE
Complementary color
Monochromatic Colors of #C62BDE
Black with #C62BDE
Text Example
Text Example
White with #C62BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BDE; }
p { color: rgb(198,43,222); }
H1.HeaderClassName
{
color: #C62BDE;
}
.AnyTagClassName
{
color: #C62BDE;
}
</style>
background-color css
<style>
a { background-color: #C62BDE; }
a { background-color: rgb(198,43,222); }
div.DivClassName
{
background-color: #C62BDE;
}
.BgClassName
{
background-color: #C62BDE;
}
</style>
border-color css
<style>
span { border-color: #C62BDE; }
span { border-color: rgb(198,43,222); }
td.TdClassName
{
border-color: #C62BDE;
}
.TagClassName
{
border-color: #C62BDE;
}
</style>