Shades of Medium Orchid #C273E1
Tints of Medium Orchid #C273E1
RGB
CMYK
RGB Variations
Color information
#C273E1 (or 0xC273E1) is known color: Medium Orchid. HEX triplet: C2, 73 and E1. RGB value is (194,115,225). Sum of RGB (Red+Green+Blue) = 194+115+225=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #C273E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273E1 is #3D8C1E. Grayscale: #969696. Windows color (decimal): -4033567 or 14775234. OLE color: 14775234.
HSL color Cylindrical-coordinate representation of color #C273E1: hue angle of 283.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C273E1 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 115 | 225 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.12 |
| HSL | 283.09º | 0.65% | 0.67% | - |
| HSV(B) | 283.09º | 0.49% | 0.88% | - |
| XYZ | 41.97 | 29.17 | 74.65 | - |
| YUV | 151.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 225 | 0.14 | 0.49 | 0 | 0.12 | 283.09 | 0.65 | 0.67 |
| Hex | C2 | 73 | E1 | E | 31 | 0 | C | 11B | 41 | 43 |
| Octal | 302 | 163 | 341 | 16 | 61 | 0 | 14 | 433 | 101 | 103 |
| Binary | 11000010 | 1110011 | 11100001 | 1110 | 110001 | 0 | 1100 | 100011011 | 1000001 | 1000011 |
Color Harmonies of #C273E1
Complementary color
Monochromatic Colors of #C273E1
Black with #C273E1
Text Example
Text Example
White with #C273E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273E1; }
p { color: rgb(194,115,225); }
H1.HeaderClassName
{
color: #C273E1;
}
.AnyTagClassName
{
color: #C273E1;
}
</style>
background-color css
<style>
a { background-color: #C273E1; }
a { background-color: rgb(194,115,225); }
div.DivClassName
{
background-color: #C273E1;
}
.BgClassName
{
background-color: #C273E1;
}
</style>
border-color css
<style>
span { border-color: #C273E1; }
span { border-color: rgb(194,115,225); }
td.TdClassName
{
border-color: #C273E1;
}
.TagClassName
{
border-color: #C273E1;
}
</style>