Shades of Medium Orchid #C230ED
Tints of Medium Orchid #C230ED
RGB
CMYK
RGB Variations
Color information
#C230ED (or 0xC230ED) is known color: Medium Orchid. HEX triplet: C2, 30 and ED. RGB value is (194,48,237). Sum of RGB (Red+Green+Blue) = 194+48+237=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #C230ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230ED is #3DCF12. Grayscale: #707070. Windows color (decimal): -4050707 or 15544514. OLE color: 15544514.
HSL color Cylindrical-coordinate representation of color #C230ED: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C230ED is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 48 | 237 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.07 |
| HSL | 286.35º | 0.84% | 0.56% | - |
| HSV(B) | 286.35º | 0.8% | 0.93% | - |
| XYZ | 38.59 | 19.7 | 81.89 | - |
| YUV | 113.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 237 | 0.18 | 0.80 | 0 | 0.07 | 286.35 | 0.84 | 0.56 |
| Hex | C2 | 30 | ED | 12 | 50 | 0 | 7 | 11E | 54 | 38 |
| Octal | 302 | 60 | 355 | 22 | 120 | 0 | 7 | 436 | 124 | 70 |
| Binary | 11000010 | 110000 | 11101101 | 10010 | 1010000 | 0 | 111 | 100011110 | 1010100 | 111000 |
Color Harmonies of #C230ED
Complementary color
Monochromatic Colors of #C230ED
Black with #C230ED
Text Example
Text Example
White with #C230ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230ED; }
p { color: rgb(194,48,237); }
H1.HeaderClassName
{
color: #C230ED;
}
.AnyTagClassName
{
color: #C230ED;
}
</style>
background-color css
<style>
a { background-color: #C230ED; }
a { background-color: rgb(194,48,237); }
div.DivClassName
{
background-color: #C230ED;
}
.BgClassName
{
background-color: #C230ED;
}
</style>
border-color css
<style>
span { border-color: #C230ED; }
span { border-color: rgb(194,48,237); }
td.TdClassName
{
border-color: #C230ED;
}
.TagClassName
{
border-color: #C230ED;
}
</style>