Shades of Medium Orchid #C230DF
Tints of Medium Orchid #C230DF
RGB
CMYK
RGB Variations
Color information
#C230DF (or 0xC230DF) is known color: Medium Orchid. HEX triplet: C2, 30 and DF. RGB value is (194,48,223). Sum of RGB (Red+Green+Blue) = 194+48+223=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C230DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230DF is #3DCF20. Grayscale: #6F6F6F. Windows color (decimal): -4050721 or 14627010. OLE color: 14627010.
HSL color Cylindrical-coordinate representation of color #C230DF: hue angle of 290.06º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C230DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 48 | 223 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 290.06º | 0.73% | 0.53% | - |
| HSV(B) | 290.06º | 0.78% | 0.87% | - |
| XYZ | 36.62 | 18.91 | 71.53 | - |
| YUV | 111.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 223 | 0.13 | 0.78 | 0 | 0.13 | 290.06 | 0.73 | 0.53 |
| Hex | C2 | 30 | DF | D | 4E | 0 | D | 122 | 49 | 35 |
| Octal | 302 | 60 | 337 | 15 | 116 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000010 | 110000 | 11011111 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C230DF
Complementary color
Monochromatic Colors of #C230DF
Black with #C230DF
Text Example
Text Example
White with #C230DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230DF; }
p { color: rgb(194,48,223); }
H1.HeaderClassName
{
color: #C230DF;
}
.AnyTagClassName
{
color: #C230DF;
}
</style>
background-color css
<style>
a { background-color: #C230DF; }
a { background-color: rgb(194,48,223); }
div.DivClassName
{
background-color: #C230DF;
}
.BgClassName
{
background-color: #C230DF;
}
</style>
border-color css
<style>
span { border-color: #C230DF; }
span { border-color: rgb(194,48,223); }
td.TdClassName
{
border-color: #C230DF;
}
.TagClassName
{
border-color: #C230DF;
}
</style>