Shades of Medium Orchid #C62DDC
Tints of Medium Orchid #C62DDC
RGB
CMYK
RGB Variations
Color information
#C62DDC (or 0xC62DDC) is known color: Medium Orchid. HEX triplet: C6, 2D and DC. RGB value is (198,45,220). Sum of RGB (Red+Green+Blue) = 198+45+220=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C62DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DDC is #39D223. Grayscale: #6E6E6E. Windows color (decimal): -3789348 or 14429638. OLE color: 14429638.
HSL color Cylindrical-coordinate representation of color #C62DDC: hue angle of 292.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62DDC is Cyan = 0.1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 45 | 220 | - |
| CMYK | 0.1 | 0.80 | 0 | 0.14 |
| HSL | 292.46º | 0.71% | 0.52% | - |
| HSV(B) | 292.46º | 0.8% | 0.86% | - |
| XYZ | 37.15 | 19.05 | 69.43 | - |
| YUV | 110.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 220 | 0.1 | 0.80 | 0 | 0.14 | 292.46 | 0.71 | 0.52 |
| Hex | C6 | 2D | DC | A | 50 | 0 | E | 124 | 47 | 34 |
| Octal | 306 | 55 | 334 | 12 | 120 | 0 | 16 | 444 | 107 | 64 |
| Binary | 11000110 | 101101 | 11011100 | 1010 | 1010000 | 0 | 1110 | 100100100 | 1000111 | 110100 |
Color Harmonies of #C62DDC
Complementary color
Monochromatic Colors of #C62DDC
Black with #C62DDC
Text Example
Text Example
White with #C62DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DDC; }
p { color: rgb(198,45,220); }
H1.HeaderClassName
{
color: #C62DDC;
}
.AnyTagClassName
{
color: #C62DDC;
}
</style>
background-color css
<style>
a { background-color: #C62DDC; }
a { background-color: rgb(198,45,220); }
div.DivClassName
{
background-color: #C62DDC;
}
.BgClassName
{
background-color: #C62DDC;
}
</style>
border-color css
<style>
span { border-color: #C62DDC; }
span { border-color: rgb(198,45,220); }
td.TdClassName
{
border-color: #C62DDC;
}
.TagClassName
{
border-color: #C62DDC;
}
</style>