Shades of Medium Orchid #C067DD
Tints of Medium Orchid #C067DD
RGB
CMYK
RGB Variations
Color information
#C067DD (or 0xC067DD) is known color: Medium Orchid. HEX triplet: C0, 67 and DD. RGB value is (192,103,221). Sum of RGB (Red+Green+Blue) = 192+103+221=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C067DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DD is #3F9822. Grayscale: #8E8E8E. Windows color (decimal): -4167715 or 14510016. OLE color: 14510016.
HSL color Cylindrical-coordinate representation of color #C067DD: hue angle of 285.25º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C067DD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 103 | 221 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 285.25º | 0.63% | 0.64% | - |
| HSV(B) | 285.25º | 0.53% | 0.87% | - |
| XYZ | 39.64 | 26.13 | 71.36 | - |
| YUV | 143.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 221 | 0.13 | 0.53 | 0 | 0.13 | 285.25 | 0.63 | 0.64 |
| Hex | C0 | 67 | DD | D | 35 | 0 | D | 11D | 3F | 40 |
| Octal | 300 | 147 | 335 | 15 | 65 | 0 | 15 | 435 | 77 | 100 |
| Binary | 11000000 | 1100111 | 11011101 | 1101 | 110101 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #C067DD
Complementary color
Monochromatic Colors of #C067DD
Black with #C067DD
Text Example
Text Example
White with #C067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067DD; }
p { color: rgb(192,103,221); }
H1.HeaderClassName
{
color: #C067DD;
}
.AnyTagClassName
{
color: #C067DD;
}
</style>
background-color css
<style>
a { background-color: #C067DD; }
a { background-color: rgb(192,103,221); }
div.DivClassName
{
background-color: #C067DD;
}
.BgClassName
{
background-color: #C067DD;
}
</style>
border-color css
<style>
span { border-color: #C067DD; }
span { border-color: rgb(192,103,221); }
td.TdClassName
{
border-color: #C067DD;
}
.TagClassName
{
border-color: #C067DD;
}
</style>