Shades of Medium Orchid #C06CDD
Tints of Medium Orchid #C06CDD
RGB
CMYK
RGB Variations
Color information
#C06CDD (or 0xC06CDD) is known color: Medium Orchid. HEX triplet: C0, 6C and DD. RGB value is (192,108,221). Sum of RGB (Red+Green+Blue) = 192+108+221=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C06CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDD is #3F9322. Grayscale: #919191. Windows color (decimal): -4166435 or 14511296. OLE color: 14511296.
HSL color Cylindrical-coordinate representation of color #C06CDD: hue angle of 284.6º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06CDD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 108 | 221 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.13 |
| HSL | 284.6º | 0.62% | 0.65% | - |
| HSV(B) | 284.6º | 0.51% | 0.87% | - |
| XYZ | 40.15 | 27.15 | 71.53 | - |
| YUV | 146 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 221 | 0.13 | 0.51 | 0 | 0.13 | 284.6 | 0.62 | 0.65 |
| Hex | C0 | 6C | DD | D | 33 | 0 | D | 11D | 3E | 41 |
| Octal | 300 | 154 | 335 | 15 | 63 | 0 | 15 | 435 | 76 | 101 |
| Binary | 11000000 | 1101100 | 11011101 | 1101 | 110011 | 0 | 1101 | 100011101 | 111110 | 1000001 |
Color Harmonies of #C06CDD
Complementary color
Monochromatic Colors of #C06CDD
Black with #C06CDD
Text Example
Text Example
White with #C06CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CDD; }
p { color: rgb(192,108,221); }
H1.HeaderClassName
{
color: #C06CDD;
}
.AnyTagClassName
{
color: #C06CDD;
}
</style>
background-color css
<style>
a { background-color: #C06CDD; }
a { background-color: rgb(192,108,221); }
div.DivClassName
{
background-color: #C06CDD;
}
.BgClassName
{
background-color: #C06CDD;
}
</style>
border-color css
<style>
span { border-color: #C06CDD; }
span { border-color: rgb(192,108,221); }
td.TdClassName
{
border-color: #C06CDD;
}
.TagClassName
{
border-color: #C06CDD;
}
</style>