Shades of Medium Orchid #C62DDF
Tints of Medium Orchid #C62DDF
RGB
CMYK
RGB Variations
Color information
#C62DDF (or 0xC62DDF) is known color: Medium Orchid. HEX triplet: C6, 2D and DF. RGB value is (198,45,223). Sum of RGB (Red+Green+Blue) = 198+45+223=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DDF is #39D220. Grayscale: #6E6E6E. Windows color (decimal): -3789345 or 14626246. OLE color: 14626246.
HSL color Cylindrical-coordinate representation of color #C62DDF: hue angle of 291.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62DDF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 45 | 223 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.13 |
| HSL | 291.57º | 0.74% | 0.53% | - |
| HSV(B) | 291.57º | 0.8% | 0.87% | - |
| XYZ | 37.55 | 19.21 | 71.54 | - |
| YUV | 111.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 223 | 0.11 | 0.80 | 0 | 0.13 | 291.57 | 0.74 | 0.53 |
| Hex | C6 | 2D | DF | B | 50 | 0 | D | 124 | 4A | 35 |
| Octal | 306 | 55 | 337 | 13 | 120 | 0 | 15 | 444 | 112 | 65 |
| Binary | 11000110 | 101101 | 11011111 | 1011 | 1010000 | 0 | 1101 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C62DDF
Complementary color
Monochromatic Colors of #C62DDF
Black with #C62DDF
Text Example
Text Example
White with #C62DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DDF; }
p { color: rgb(198,45,223); }
H1.HeaderClassName
{
color: #C62DDF;
}
.AnyTagClassName
{
color: #C62DDF;
}
</style>
background-color css
<style>
a { background-color: #C62DDF; }
a { background-color: rgb(198,45,223); }
div.DivClassName
{
background-color: #C62DDF;
}
.BgClassName
{
background-color: #C62DDF;
}
</style>
border-color css
<style>
span { border-color: #C62DDF; }
span { border-color: rgb(198,45,223); }
td.TdClassName
{
border-color: #C62DDF;
}
.TagClassName
{
border-color: #C62DDF;
}
</style>