Shades of Medium Orchid #C23ECF
Tints of Medium Orchid #C23ECF
RGB
CMYK
RGB Variations
Color information
#C23ECF (or 0xC23ECF) is known color: Medium Orchid. HEX triplet: C2, 3E and CF. RGB value is (194,62,207). Sum of RGB (Red+Green+Blue) = 194+62+207=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C23ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ECF is #3DC130. Grayscale: #757575. Windows color (decimal): -4047153 or 13582018. OLE color: 13582018.
HSL color Cylindrical-coordinate representation of color #C23ECF: hue angle of 294.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23ECF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 62 | 207 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.19 |
| HSL | 294.62º | 0.6% | 0.53% | - |
| HSV(B) | 294.62º | 0.7% | 0.81% | - |
| XYZ | 35.23 | 19.42 | 60.92 | - |
| YUV | 118 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 207 | 0.06 | 0.70 | 0 | 0.19 | 294.62 | 0.6 | 0.53 |
| Hex | C2 | 3E | CF | 6 | 46 | 0 | 13 | 127 | 3C | 35 |
| Octal | 302 | 76 | 317 | 6 | 106 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000010 | 111110 | 11001111 | 110 | 1000110 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C23ECF
Complementary color
Monochromatic Colors of #C23ECF
Black with #C23ECF
Text Example
Text Example
White with #C23ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ECF; }
p { color: rgb(194,62,207); }
H1.HeaderClassName
{
color: #C23ECF;
}
.AnyTagClassName
{
color: #C23ECF;
}
</style>
background-color css
<style>
a { background-color: #C23ECF; }
a { background-color: rgb(194,62,207); }
div.DivClassName
{
background-color: #C23ECF;
}
.BgClassName
{
background-color: #C23ECF;
}
</style>
border-color css
<style>
span { border-color: #C23ECF; }
span { border-color: rgb(194,62,207); }
td.TdClassName
{
border-color: #C23ECF;
}
.TagClassName
{
border-color: #C23ECF;
}
</style>