Shades of Medium Orchid #C273DF
Tints of Medium Orchid #C273DF
RGB
CMYK
RGB Variations
Color information
#C273DF (or 0xC273DF) is known color: Medium Orchid. HEX triplet: C2, 73 and DF. RGB value is (194,115,223). Sum of RGB (Red+Green+Blue) = 194+115+223=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C273DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DF is #3D8C20. Grayscale: #969696. Windows color (decimal): -4033569 or 14644162. OLE color: 14644162.
HSL color Cylindrical-coordinate representation of color #C273DF: hue angle of 283.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C273DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 115 | 223 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.89º | 0.63% | 0.66% | - |
| HSV(B) | 283.89º | 0.48% | 0.87% | - |
| XYZ | 41.7 | 29.06 | 73.22 | - |
| YUV | 150.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 223 | 0.13 | 0.48 | 0 | 0.13 | 283.89 | 0.63 | 0.66 |
| Hex | C2 | 73 | DF | D | 30 | 0 | D | 11C | 3F | 42 |
| Octal | 302 | 163 | 337 | 15 | 60 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000010 | 1110011 | 11011111 | 1101 | 110000 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C273DF
Complementary color
Monochromatic Colors of #C273DF
Black with #C273DF
Text Example
Text Example
White with #C273DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273DF; }
p { color: rgb(194,115,223); }
H1.HeaderClassName
{
color: #C273DF;
}
.AnyTagClassName
{
color: #C273DF;
}
</style>
background-color css
<style>
a { background-color: #C273DF; }
a { background-color: rgb(194,115,223); }
div.DivClassName
{
background-color: #C273DF;
}
.BgClassName
{
background-color: #C273DF;
}
</style>
border-color css
<style>
span { border-color: #C273DF; }
span { border-color: rgb(194,115,223); }
td.TdClassName
{
border-color: #C273DF;
}
.TagClassName
{
border-color: #C273DF;
}
</style>