Shades of Medium Orchid #C043CD
Tints of Medium Orchid #C043CD
RGB
CMYK
RGB Variations
Color information
#C043CD (or 0xC043CD) is known color: Medium Orchid. HEX triplet: C0, 43 and CD. RGB value is (192,67,205). Sum of RGB (Red+Green+Blue) = 192+67+205=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C043CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CD is #3FBC32. Grayscale: #777777. Windows color (decimal): -4176947 or 13452224. OLE color: 13452224.
HSL color Cylindrical-coordinate representation of color #C043CD: hue angle of 294.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C043CD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 67 | 205 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.20 |
| HSL | 294.35º | 0.58% | 0.53% | - |
| HSV(B) | 294.35º | 0.67% | 0.8% | - |
| XYZ | 34.76 | 19.63 | 59.71 | - |
| YUV | 120.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 205 | 0.06 | 0.67 | 0 | 0.20 | 294.35 | 0.58 | 0.53 |
| Hex | C0 | 43 | CD | 6 | 43 | 0 | 14 | 126 | 3A | 35 |
| Octal | 300 | 103 | 315 | 6 | 103 | 0 | 24 | 446 | 72 | 65 |
| Binary | 11000000 | 1000011 | 11001101 | 110 | 1000011 | 0 | 10100 | 100100110 | 111010 | 110101 |
Color Harmonies of #C043CD
Complementary color
Monochromatic Colors of #C043CD
Black with #C043CD
Text Example
Text Example
White with #C043CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043CD; }
p { color: rgb(192,67,205); }
H1.HeaderClassName
{
color: #C043CD;
}
.AnyTagClassName
{
color: #C043CD;
}
</style>
background-color css
<style>
a { background-color: #C043CD; }
a { background-color: rgb(192,67,205); }
div.DivClassName
{
background-color: #C043CD;
}
.BgClassName
{
background-color: #C043CD;
}
</style>
border-color css
<style>
span { border-color: #C043CD; }
span { border-color: rgb(192,67,205); }
td.TdClassName
{
border-color: #C043CD;
}
.TagClassName
{
border-color: #C043CD;
}
</style>