Shades of Medium Orchid #C243CE
Tints of Medium Orchid #C243CE
RGB
CMYK
RGB Variations
Color information
#C243CE (or 0xC243CE) is known color: Medium Orchid. HEX triplet: C2, 43 and CE. RGB value is (194,67,206). Sum of RGB (Red+Green+Blue) = 194+67+206=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C243CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CE is #3DBC31. Grayscale: #787878. Windows color (decimal): -4045874 or 13517762. OLE color: 13517762.
HSL color Cylindrical-coordinate representation of color #C243CE: hue angle of 294.82º 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 #C243CE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 67 | 206 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.19 |
| HSL | 294.82º | 0.59% | 0.54% | - |
| HSV(B) | 294.82º | 0.67% | 0.81% | - |
| XYZ | 35.4 | 19.94 | 60.38 | - |
| YUV | 120.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 206 | 0.06 | 0.67 | 0 | 0.19 | 294.82 | 0.59 | 0.54 |
| Hex | C2 | 43 | CE | 6 | 43 | 0 | 13 | 127 | 3B | 36 |
| Octal | 302 | 103 | 316 | 6 | 103 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000010 | 1000011 | 11001110 | 110 | 1000011 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C243CE
Complementary color
Monochromatic Colors of #C243CE
Black with #C243CE
Text Example
Text Example
White with #C243CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243CE; }
p { color: rgb(194,67,206); }
H1.HeaderClassName
{
color: #C243CE;
}
.AnyTagClassName
{
color: #C243CE;
}
</style>
background-color css
<style>
a { background-color: #C243CE; }
a { background-color: rgb(194,67,206); }
div.DivClassName
{
background-color: #C243CE;
}
.BgClassName
{
background-color: #C243CE;
}
</style>
border-color css
<style>
span { border-color: #C243CE; }
span { border-color: rgb(194,67,206); }
td.TdClassName
{
border-color: #C243CE;
}
.TagClassName
{
border-color: #C243CE;
}
</style>