Shades of Medium Orchid #C234D6
Tints of Medium Orchid #C234D6
RGB
CMYK
RGB Variations
Color information
#C234D6 (or 0xC234D6) is known color: Medium Orchid. HEX triplet: C2, 34 and D6. RGB value is (194,52,214). Sum of RGB (Red+Green+Blue) = 194+52+214=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #C234D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234D6 is #3DCB29. Grayscale: #707070. Windows color (decimal): -4049706 or 14038210. OLE color: 14038210.
HSL color Cylindrical-coordinate representation of color #C234D6: hue angle of 292.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C234D6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 52 | 214 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.16 |
| HSL | 292.59º | 0.66% | 0.52% | - |
| HSV(B) | 292.59º | 0.76% | 0.84% | - |
| XYZ | 35.61 | 18.78 | 65.37 | - |
| YUV | 112.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 214 | 0.09 | 0.76 | 0 | 0.16 | 292.59 | 0.66 | 0.52 |
| Hex | C2 | 34 | D6 | 9 | 4C | 0 | 10 | 125 | 42 | 34 |
| Octal | 302 | 64 | 326 | 11 | 114 | 0 | 20 | 445 | 102 | 64 |
| Binary | 11000010 | 110100 | 11010110 | 1001 | 1001100 | 0 | 10000 | 100100101 | 1000010 | 110100 |
Color Harmonies of #C234D6
Complementary color
Monochromatic Colors of #C234D6
Black with #C234D6
Text Example
Text Example
White with #C234D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234D6; }
p { color: rgb(194,52,214); }
H1.HeaderClassName
{
color: #C234D6;
}
.AnyTagClassName
{
color: #C234D6;
}
</style>
background-color css
<style>
a { background-color: #C234D6; }
a { background-color: rgb(194,52,214); }
div.DivClassName
{
background-color: #C234D6;
}
.BgClassName
{
background-color: #C234D6;
}
</style>
border-color css
<style>
span { border-color: #C234D6; }
span { border-color: rgb(194,52,214); }
td.TdClassName
{
border-color: #C234D6;
}
.TagClassName
{
border-color: #C234D6;
}
</style>