Shades of Medium Orchid #C235D8
Tints of Medium Orchid #C235D8
RGB
CMYK
RGB Variations
Color information
#C235D8 (or 0xC235D8) is known color: Medium Orchid. HEX triplet: C2, 35 and D8. RGB value is (194,53,216). Sum of RGB (Red+Green+Blue) = 194+53+216=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #C235D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235D8 is #3DCA27. Grayscale: #717171. Windows color (decimal): -4049448 or 14169538. OLE color: 14169538.
HSL color Cylindrical-coordinate representation of color #C235D8: hue angle of 291.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C235D8 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 53 | 216 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.15 |
| HSL | 291.9º | 0.68% | 0.53% | - |
| HSV(B) | 291.9º | 0.75% | 0.85% | - |
| XYZ | 35.92 | 18.97 | 66.74 | - |
| YUV | 113.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 216 | 0.10 | 0.75 | 0 | 0.15 | 291.9 | 0.68 | 0.53 |
| Hex | C2 | 35 | D8 | A | 4B | 0 | F | 124 | 44 | 35 |
| Octal | 302 | 65 | 330 | 12 | 113 | 0 | 17 | 444 | 104 | 65 |
| Binary | 11000010 | 110101 | 11011000 | 1010 | 1001011 | 0 | 1111 | 100100100 | 1000100 | 110101 |
Color Harmonies of #C235D8
Complementary color
Monochromatic Colors of #C235D8
Black with #C235D8
Text Example
Text Example
White with #C235D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235D8; }
p { color: rgb(194,53,216); }
H1.HeaderClassName
{
color: #C235D8;
}
.AnyTagClassName
{
color: #C235D8;
}
</style>
background-color css
<style>
a { background-color: #C235D8; }
a { background-color: rgb(194,53,216); }
div.DivClassName
{
background-color: #C235D8;
}
.BgClassName
{
background-color: #C235D8;
}
</style>
border-color css
<style>
span { border-color: #C235D8; }
span { border-color: rgb(194,53,216); }
td.TdClassName
{
border-color: #C235D8;
}
.TagClassName
{
border-color: #C235D8;
}
</style>