Shades of Medium Orchid #C273DC
Tints of Medium Orchid #C273DC
RGB
CMYK
RGB Variations
Color information
#C273DC (or 0xC273DC) is known color: Medium Orchid. HEX triplet: C2, 73 and DC. RGB value is (194,115,220). Sum of RGB (Red+Green+Blue) = 194+115+220=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #C273DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DC is #3D8C23. Grayscale: #969696. Windows color (decimal): -4033572 or 14447554. OLE color: 14447554.
HSL color Cylindrical-coordinate representation of color #C273DC: hue angle of 285.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C273DC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 115 | 220 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.14 |
| HSL | 285.14º | 0.6% | 0.66% | - |
| HSV(B) | 285.14º | 0.48% | 0.86% | - |
| XYZ | 41.3 | 28.9 | 71.11 | - |
| YUV | 150.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 220 | 0.12 | 0.48 | 0 | 0.14 | 285.14 | 0.6 | 0.66 |
| Hex | C2 | 73 | DC | C | 30 | 0 | E | 11D | 3C | 42 |
| Octal | 302 | 163 | 334 | 14 | 60 | 0 | 16 | 435 | 74 | 102 |
| Binary | 11000010 | 1110011 | 11011100 | 1100 | 110000 | 0 | 1110 | 100011101 | 111100 | 1000010 |
Color Harmonies of #C273DC
Complementary color
Monochromatic Colors of #C273DC
Black with #C273DC
Text Example
Text Example
White with #C273DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273DC; }
p { color: rgb(194,115,220); }
H1.HeaderClassName
{
color: #C273DC;
}
.AnyTagClassName
{
color: #C273DC;
}
</style>
background-color css
<style>
a { background-color: #C273DC; }
a { background-color: rgb(194,115,220); }
div.DivClassName
{
background-color: #C273DC;
}
.BgClassName
{
background-color: #C273DC;
}
</style>
border-color css
<style>
span { border-color: #C273DC; }
span { border-color: rgb(194,115,220); }
td.TdClassName
{
border-color: #C273DC;
}
.TagClassName
{
border-color: #C273DC;
}
</style>