Shades of Medium Orchid #C06CDE
Tints of Medium Orchid #C06CDE
RGB
CMYK
RGB Variations
Color information
#C06CDE (or 0xC06CDE) is known color: Medium Orchid. HEX triplet: C0, 6C and DE. RGB value is (192,108,222). Sum of RGB (Red+Green+Blue) = 192+108+222=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDE is #3F9321. Grayscale: #919191. Windows color (decimal): -4166434 or 14576832. OLE color: 14576832.
HSL color Cylindrical-coordinate representation of color #C06CDE: hue angle of 284.21º degrees, saturation: 0.63, 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 #C06CDE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 108 | 222 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.13 |
| HSL | 284.21º | 0.63% | 0.65% | - |
| HSV(B) | 284.21º | 0.51% | 0.87% | - |
| XYZ | 40.29 | 27.21 | 72.24 | - |
| YUV | 146.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 222 | 0.14 | 0.51 | 0 | 0.13 | 284.21 | 0.63 | 0.65 |
| Hex | C0 | 6C | DE | E | 33 | 0 | D | 11C | 3F | 41 |
| Octal | 300 | 154 | 336 | 16 | 63 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000000 | 1101100 | 11011110 | 1110 | 110011 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C06CDE
Complementary color
Monochromatic Colors of #C06CDE
Black with #C06CDE
Text Example
Text Example
White with #C06CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CDE; }
p { color: rgb(192,108,222); }
H1.HeaderClassName
{
color: #C06CDE;
}
.AnyTagClassName
{
color: #C06CDE;
}
</style>
background-color css
<style>
a { background-color: #C06CDE; }
a { background-color: rgb(192,108,222); }
div.DivClassName
{
background-color: #C06CDE;
}
.BgClassName
{
background-color: #C06CDE;
}
</style>
border-color css
<style>
span { border-color: #C06CDE; }
span { border-color: rgb(192,108,222); }
td.TdClassName
{
border-color: #C06CDE;
}
.TagClassName
{
border-color: #C06CDE;
}
</style>