Shades of Medium Orchid #C62FD3
Tints of Medium Orchid #C62FD3
RGB
CMYK
RGB Variations
Color information
#C62FD3 (or 0xC62FD3) is known color: Medium Orchid. HEX triplet: C6, 2F and D3. RGB value is (198,47,211). Sum of RGB (Red+Green+Blue) = 198+47+211=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #C62FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FD3 is #39D02C. Grayscale: #6E6E6E. Windows color (decimal): -3788845 or 13840326. OLE color: 13840326.
HSL color Cylindrical-coordinate representation of color #C62FD3: hue angle of 295.24º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62FD3 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 47 | 211 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.17 |
| HSL | 295.24º | 0.65% | 0.51% | - |
| HSV(B) | 295.24º | 0.78% | 0.83% | - |
| XYZ | 36.06 | 18.74 | 63.34 | - |
| YUV | 110.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 211 | 0.06 | 0.78 | 0 | 0.17 | 295.24 | 0.65 | 0.51 |
| Hex | C6 | 2F | D3 | 6 | 4E | 0 | 11 | 127 | 41 | 33 |
| Octal | 306 | 57 | 323 | 6 | 116 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000110 | 101111 | 11010011 | 110 | 1001110 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C62FD3
Complementary color
Monochromatic Colors of #C62FD3
Black with #C62FD3
Text Example
Text Example
White with #C62FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FD3; }
p { color: rgb(198,47,211); }
H1.HeaderClassName
{
color: #C62FD3;
}
.AnyTagClassName
{
color: #C62FD3;
}
</style>
background-color css
<style>
a { background-color: #C62FD3; }
a { background-color: rgb(198,47,211); }
div.DivClassName
{
background-color: #C62FD3;
}
.BgClassName
{
background-color: #C62FD3;
}
</style>
border-color css
<style>
span { border-color: #C62FD3; }
span { border-color: rgb(198,47,211); }
td.TdClassName
{
border-color: #C62FD3;
}
.TagClassName
{
border-color: #C62FD3;
}
</style>