Shades of Medium Orchid #C061D4
Tints of Medium Orchid #C061D4
RGB
CMYK
RGB Variations
Color information
#C061D4 (or 0xC061D4) is known color: Medium Orchid. HEX triplet: C0, 61 and D4. RGB value is (192,97,212). Sum of RGB (Red+Green+Blue) = 192+97+212=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #C061D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061D4 is #3F9E2B. Grayscale: #8A8A8A. Windows color (decimal): -4169260 or 13918656. OLE color: 13918656.
HSL color Cylindrical-coordinate representation of color #C061D4: hue angle of 289.57º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C061D4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 97 | 212 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.17 |
| HSL | 289.57º | 0.57% | 0.61% | - |
| HSV(B) | 289.57º | 0.54% | 0.83% | - |
| XYZ | 37.9 | 24.51 | 65.02 | - |
| YUV | 138.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 212 | 0.09 | 0.54 | 0 | 0.17 | 289.57 | 0.57 | 0.61 |
| Hex | C0 | 61 | D4 | 9 | 36 | 0 | 11 | 122 | 39 | 3D |
| Octal | 300 | 141 | 324 | 11 | 66 | 0 | 21 | 442 | 71 | 75 |
| Binary | 11000000 | 1100001 | 11010100 | 1001 | 110110 | 0 | 10001 | 100100010 | 111001 | 111101 |
Color Harmonies of #C061D4
Complementary color
Monochromatic Colors of #C061D4
Black with #C061D4
Text Example
Text Example
White with #C061D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061D4; }
p { color: rgb(192,97,212); }
H1.HeaderClassName
{
color: #C061D4;
}
.AnyTagClassName
{
color: #C061D4;
}
</style>
background-color css
<style>
a { background-color: #C061D4; }
a { background-color: rgb(192,97,212); }
div.DivClassName
{
background-color: #C061D4;
}
.BgClassName
{
background-color: #C061D4;
}
</style>
border-color css
<style>
span { border-color: #C061D4; }
span { border-color: rgb(192,97,212); }
td.TdClassName
{
border-color: #C061D4;
}
.TagClassName
{
border-color: #C061D4;
}
</style>