Shades of Medium Orchid #C243EF
Tints of Medium Orchid #C243EF
RGB
CMYK
RGB Variations
Color information
#C243EF (or 0xC243EF) is known color: Medium Orchid. HEX triplet: C2, 43 and EF. RGB value is (194,67,239). Sum of RGB (Red+Green+Blue) = 194+67+239=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #C243EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243EF is #3DBC10. Grayscale: #7C7C7C. Windows color (decimal): -4045841 or 15680450. OLE color: 15680450.
HSL color Cylindrical-coordinate representation of color #C243EF: hue angle of 284.3º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C243EF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 67 | 239 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.06 |
| HSL | 284.3º | 0.84% | 0.6% | - |
| HSV(B) | 284.3º | 0.72% | 0.94% | - |
| XYZ | 39.84 | 21.72 | 83.75 | - |
| YUV | 124.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 239 | 0.19 | 0.72 | 0 | 0.06 | 284.3 | 0.84 | 0.6 |
| Hex | C2 | 43 | EF | 13 | 48 | 0 | 6 | 11C | 54 | 3C |
| Octal | 302 | 103 | 357 | 23 | 110 | 0 | 6 | 434 | 124 | 74 |
| Binary | 11000010 | 1000011 | 11101111 | 10011 | 1001000 | 0 | 110 | 100011100 | 1010100 | 111100 |
Color Harmonies of #C243EF
Complementary color
Monochromatic Colors of #C243EF
Black with #C243EF
Text Example
Text Example
White with #C243EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243EF; }
p { color: rgb(194,67,239); }
H1.HeaderClassName
{
color: #C243EF;
}
.AnyTagClassName
{
color: #C243EF;
}
</style>
background-color css
<style>
a { background-color: #C243EF; }
a { background-color: rgb(194,67,239); }
div.DivClassName
{
background-color: #C243EF;
}
.BgClassName
{
background-color: #C243EF;
}
</style>
border-color css
<style>
span { border-color: #C243EF; }
span { border-color: rgb(194,67,239); }
td.TdClassName
{
border-color: #C243EF;
}
.TagClassName
{
border-color: #C243EF;
}
</style>