Shades of Medium Orchid #C273E6
Tints of Medium Orchid #C273E6
RGB
CMYK
RGB Variations
Color information
#C273E6 (or 0xC273E6) is known color: Medium Orchid. HEX triplet: C2, 73 and E6. RGB value is (194,115,230). Sum of RGB (Red+Green+Blue) = 194+115+230=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #C273E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273E6 is #3D8C19. Grayscale: #979797. Windows color (decimal): -4033562 or 15102914. OLE color: 15102914.
HSL color Cylindrical-coordinate representation of color #C273E6: hue angle of 281.22º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C273E6 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 115 | 230 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.10 |
| HSL | 281.22º | 0.7% | 0.68% | - |
| HSV(B) | 281.22º | 0.5% | 0.9% | - |
| XYZ | 42.66 | 29.44 | 78.3 | - |
| YUV | 151.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 230 | 0.16 | 0.5 | 0 | 0.10 | 281.22 | 0.7 | 0.68 |
| Hex | C2 | 73 | E6 | 10 | 32 | 0 | A | 119 | 46 | 44 |
| Octal | 302 | 163 | 346 | 20 | 62 | 0 | 12 | 431 | 106 | 104 |
| Binary | 11000010 | 1110011 | 11100110 | 10000 | 110010 | 0 | 1010 | 100011001 | 1000110 | 1000100 |
Color Harmonies of #C273E6
Complementary color
Monochromatic Colors of #C273E6
Black with #C273E6
Text Example
Text Example
White with #C273E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273E6; }
p { color: rgb(194,115,230); }
H1.HeaderClassName
{
color: #C273E6;
}
.AnyTagClassName
{
color: #C273E6;
}
</style>
background-color css
<style>
a { background-color: #C273E6; }
a { background-color: rgb(194,115,230); }
div.DivClassName
{
background-color: #C273E6;
}
.BgClassName
{
background-color: #C273E6;
}
</style>
border-color css
<style>
span { border-color: #C273E6; }
span { border-color: rgb(194,115,230); }
td.TdClassName
{
border-color: #C273E6;
}
.TagClassName
{
border-color: #C273E6;
}
</style>