Shades of Medium Orchid #C067D0
Tints of Medium Orchid #C067D0
RGB
CMYK
RGB Variations
Color information
#C067D0 (or 0xC067D0) is known color: Medium Orchid. HEX triplet: C0, 67 and D0. RGB value is (192,103,208). Sum of RGB (Red+Green+Blue) = 192+103+208=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #C067D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067D0 is #3F982F. Grayscale: #8D8D8D. Windows color (decimal): -4167728 or 13658048. OLE color: 13658048.
HSL color Cylindrical-coordinate representation of color #C067D0: hue angle of 290.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C067D0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 103 | 208 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.18 |
| HSL | 290.86º | 0.53% | 0.61% | - |
| HSV(B) | 290.86º | 0.5% | 0.82% | - |
| XYZ | 37.97 | 25.46 | 62.59 | - |
| YUV | 141.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 208 | 0.08 | 0.50 | 0 | 0.18 | 290.86 | 0.53 | 0.61 |
| Hex | C0 | 67 | D0 | 8 | 32 | 0 | 12 | 123 | 35 | 3D |
| Octal | 300 | 147 | 320 | 10 | 62 | 0 | 22 | 443 | 65 | 75 |
| Binary | 11000000 | 1100111 | 11010000 | 1000 | 110010 | 0 | 10010 | 100100011 | 110101 | 111101 |
Color Harmonies of #C067D0
Complementary color
Monochromatic Colors of #C067D0
Black with #C067D0
Text Example
Text Example
White with #C067D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067D0; }
p { color: rgb(192,103,208); }
H1.HeaderClassName
{
color: #C067D0;
}
.AnyTagClassName
{
color: #C067D0;
}
</style>
background-color css
<style>
a { background-color: #C067D0; }
a { background-color: rgb(192,103,208); }
div.DivClassName
{
background-color: #C067D0;
}
.BgClassName
{
background-color: #C067D0;
}
</style>
border-color css
<style>
span { border-color: #C067D0; }
span { border-color: rgb(192,103,208); }
td.TdClassName
{
border-color: #C067D0;
}
.TagClassName
{
border-color: #C067D0;
}
</style>