Shades of Medium Orchid #C06FDE
Tints of Medium Orchid #C06FDE
RGB
CMYK
RGB Variations
Color information
#C06FDE (or 0xC06FDE) is known color: Medium Orchid. HEX triplet: C0, 6F and DE. RGB value is (192,111,222). Sum of RGB (Red+Green+Blue) = 192+111+222=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FDE is #3F9021. Grayscale: #939393. Windows color (decimal): -4165666 or 14577600. OLE color: 14577600.
HSL color Cylindrical-coordinate representation of color #C06FDE: hue angle of 283.78º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06FDE is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 111 | 222 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.13 |
| HSL | 283.78º | 0.63% | 0.65% | - |
| HSV(B) | 283.78º | 0.5% | 0.87% | - |
| XYZ | 40.61 | 27.85 | 72.34 | - |
| YUV | 147.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 222 | 0.14 | 0.5 | 0 | 0.13 | 283.78 | 0.63 | 0.65 |
| Hex | C0 | 6F | DE | E | 32 | 0 | D | 11C | 3F | 41 |
| Octal | 300 | 157 | 336 | 16 | 62 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000000 | 1101111 | 11011110 | 1110 | 110010 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C06FDE
Complementary color
Monochromatic Colors of #C06FDE
Black with #C06FDE
Text Example
Text Example
White with #C06FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FDE; }
p { color: rgb(192,111,222); }
H1.HeaderClassName
{
color: #C06FDE;
}
.AnyTagClassName
{
color: #C06FDE;
}
</style>
background-color css
<style>
a { background-color: #C06FDE; }
a { background-color: rgb(192,111,222); }
div.DivClassName
{
background-color: #C06FDE;
}
.BgClassName
{
background-color: #C06FDE;
}
</style>
border-color css
<style>
span { border-color: #C06FDE; }
span { border-color: rgb(192,111,222); }
td.TdClassName
{
border-color: #C06FDE;
}
.TagClassName
{
border-color: #C06FDE;
}
</style>