Shades of Medium Orchid #C06FE3
Tints of Medium Orchid #C06FE3
RGB
CMYK
RGB Variations
Color information
#C06FE3 (or 0xC06FE3) is known color: Medium Orchid. HEX triplet: C0, 6F and E3. RGB value is (192,111,227). Sum of RGB (Red+Green+Blue) = 192+111+227=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #C06FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FE3 is #3F901C. Grayscale: #949494. Windows color (decimal): -4165661 or 14905280. OLE color: 14905280.
HSL color Cylindrical-coordinate representation of color #C06FE3: hue angle of 281.9º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06FE3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 111 | 227 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.11 |
| HSL | 281.9º | 0.67% | 0.66% | - |
| HSV(B) | 281.9º | 0.51% | 0.89% | - |
| XYZ | 41.29 | 28.12 | 75.92 | - |
| YUV | 148.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 227 | 0.15 | 0.51 | 0 | 0.11 | 281.9 | 0.67 | 0.66 |
| Hex | C0 | 6F | E3 | F | 33 | 0 | B | 11A | 43 | 42 |
| Octal | 300 | 157 | 343 | 17 | 63 | 0 | 13 | 432 | 103 | 102 |
| Binary | 11000000 | 1101111 | 11100011 | 1111 | 110011 | 0 | 1011 | 100011010 | 1000011 | 1000010 |
Color Harmonies of #C06FE3
Complementary color
Monochromatic Colors of #C06FE3
Black with #C06FE3
Text Example
Text Example
White with #C06FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FE3; }
p { color: rgb(192,111,227); }
H1.HeaderClassName
{
color: #C06FE3;
}
.AnyTagClassName
{
color: #C06FE3;
}
</style>
background-color css
<style>
a { background-color: #C06FE3; }
a { background-color: rgb(192,111,227); }
div.DivClassName
{
background-color: #C06FE3;
}
.BgClassName
{
background-color: #C06FE3;
}
</style>
border-color css
<style>
span { border-color: #C06FE3; }
span { border-color: rgb(192,111,227); }
td.TdClassName
{
border-color: #C06FE3;
}
.TagClassName
{
border-color: #C06FE3;
}
</style>