Shades of Medium Orchid #C043CE
Tints of Medium Orchid #C043CE
RGB
CMYK
RGB Variations
Color information
#C043CE (or 0xC043CE) is known color: Medium Orchid. HEX triplet: C0, 43 and CE. RGB value is (192,67,206). Sum of RGB (Red+Green+Blue) = 192+67+206=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C043CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CE is #3FBC31. Grayscale: #777777. Windows color (decimal): -4176946 or 13517760. OLE color: 13517760.
HSL color Cylindrical-coordinate representation of color #C043CE: hue angle of 293.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C043CE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 67 | 206 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.19 |
| HSL | 293.96º | 0.59% | 0.54% | - |
| HSV(B) | 293.96º | 0.67% | 0.81% | - |
| XYZ | 34.89 | 19.68 | 60.35 | - |
| YUV | 120.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 206 | 0.07 | 0.67 | 0 | 0.19 | 293.96 | 0.59 | 0.54 |
| Hex | C0 | 43 | CE | 7 | 43 | 0 | 13 | 126 | 3B | 36 |
| Octal | 300 | 103 | 316 | 7 | 103 | 0 | 23 | 446 | 73 | 66 |
| Binary | 11000000 | 1000011 | 11001110 | 111 | 1000011 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #C043CE
Complementary color
Monochromatic Colors of #C043CE
Black with #C043CE
Text Example
Text Example
White with #C043CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043CE; }
p { color: rgb(192,67,206); }
H1.HeaderClassName
{
color: #C043CE;
}
.AnyTagClassName
{
color: #C043CE;
}
</style>
background-color css
<style>
a { background-color: #C043CE; }
a { background-color: rgb(192,67,206); }
div.DivClassName
{
background-color: #C043CE;
}
.BgClassName
{
background-color: #C043CE;
}
</style>
border-color css
<style>
span { border-color: #C043CE; }
span { border-color: rgb(192,67,206); }
td.TdClassName
{
border-color: #C043CE;
}
.TagClassName
{
border-color: #C043CE;
}
</style>