Shades of Medium Orchid #C62ADF
Tints of Medium Orchid #C62ADF
RGB
CMYK
RGB Variations
Color information
#C62ADF (or 0xC62ADF) is known color: Medium Orchid. HEX triplet: C6, 2A and DF. RGB value is (198,42,223). Sum of RGB (Red+Green+Blue) = 198+42+223=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ADF is #39D520. Grayscale: #6C6C6C. Windows color (decimal): -3790113 or 14625478. OLE color: 14625478.
HSL color Cylindrical-coordinate representation of color #C62ADF: hue angle of 291.71º degrees, saturation: 0.74, 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 #C62ADF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 42 | 223 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 291.71º | 0.74% | 0.52% | - |
| HSV(B) | 291.71º | 0.81% | 0.87% | - |
| XYZ | 37.44 | 18.99 | 71.5 | - |
| YUV | 109.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 223 | 0.11 | 0.81 | 0 | 0.13 | 291.71 | 0.74 | 0.52 |
| Hex | C6 | 2A | DF | B | 51 | 0 | D | 124 | 4A | 34 |
| Octal | 306 | 52 | 337 | 13 | 121 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000110 | 101010 | 11011111 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C62ADF
Complementary color
Monochromatic Colors of #C62ADF
Black with #C62ADF
Text Example
Text Example
White with #C62ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ADF; }
p { color: rgb(198,42,223); }
H1.HeaderClassName
{
color: #C62ADF;
}
.AnyTagClassName
{
color: #C62ADF;
}
</style>
background-color css
<style>
a { background-color: #C62ADF; }
a { background-color: rgb(198,42,223); }
div.DivClassName
{
background-color: #C62ADF;
}
.BgClassName
{
background-color: #C62ADF;
}
</style>
border-color css
<style>
span { border-color: #C62ADF; }
span { border-color: rgb(198,42,223); }
td.TdClassName
{
border-color: #C62ADF;
}
.TagClassName
{
border-color: #C62ADF;
}
</style>