Shades of Medium Orchid #C273D6
Tints of Medium Orchid #C273D6
RGB
CMYK
RGB Variations
Color information
#C273D6 (or 0xC273D6) is known color: Medium Orchid. HEX triplet: C2, 73 and D6. RGB value is (194,115,214). Sum of RGB (Red+Green+Blue) = 194+115+214=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #C273D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273D6 is #3D8C29. Grayscale: #959595. Windows color (decimal): -4033578 or 14054338. OLE color: 14054338.
HSL color Cylindrical-coordinate representation of color #C273D6: hue angle of 287.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C273D6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 115 | 214 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.16 |
| HSL | 287.88º | 0.55% | 0.65% | - |
| HSV(B) | 287.88º | 0.46% | 0.84% | - |
| XYZ | 40.52 | 28.59 | 67 | - |
| YUV | 149.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 214 | 0.09 | 0.46 | 0 | 0.16 | 287.88 | 0.55 | 0.65 |
| Hex | C2 | 73 | D6 | 9 | 2E | 0 | 10 | 120 | 37 | 41 |
| Octal | 302 | 163 | 326 | 11 | 56 | 0 | 20 | 440 | 67 | 101 |
| Binary | 11000010 | 1110011 | 11010110 | 1001 | 101110 | 0 | 10000 | 100100000 | 110111 | 1000001 |
Color Harmonies of #C273D6
Complementary color
Monochromatic Colors of #C273D6
Black with #C273D6
Text Example
Text Example
White with #C273D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273D6; }
p { color: rgb(194,115,214); }
H1.HeaderClassName
{
color: #C273D6;
}
.AnyTagClassName
{
color: #C273D6;
}
</style>
background-color css
<style>
a { background-color: #C273D6; }
a { background-color: rgb(194,115,214); }
div.DivClassName
{
background-color: #C273D6;
}
.BgClassName
{
background-color: #C273D6;
}
</style>
border-color css
<style>
span { border-color: #C273D6; }
span { border-color: rgb(194,115,214); }
td.TdClassName
{
border-color: #C273D6;
}
.TagClassName
{
border-color: #C273D6;
}
</style>