Shades of Medium Orchid #C231D7
Tints of Medium Orchid #C231D7
RGB
CMYK
RGB Variations
Color information
#C231D7 (or 0xC231D7) is known color: Medium Orchid. HEX triplet: C2, 31 and D7. RGB value is (194,49,215). Sum of RGB (Red+Green+Blue) = 194+49+215=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #C231D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231D7 is #3DCE28. Grayscale: #6E6E6E. Windows color (decimal): -4050473 or 14102978. OLE color: 14102978.
HSL color Cylindrical-coordinate representation of color #C231D7: hue angle of 292.41º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C231D7 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 49 | 215 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.16 |
| HSL | 292.41º | 0.67% | 0.52% | - |
| HSV(B) | 292.41º | 0.77% | 0.84% | - |
| XYZ | 35.61 | 18.57 | 66 | - |
| YUV | 111.28 | 186.54 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 215 | 0.10 | 0.77 | 0 | 0.16 | 292.41 | 0.67 | 0.52 |
| Hex | C2 | 31 | D7 | A | 4D | 0 | 10 | 124 | 43 | 34 |
| Octal | 302 | 61 | 327 | 12 | 115 | 0 | 20 | 444 | 103 | 64 |
| Binary | 11000010 | 110001 | 11010111 | 1010 | 1001101 | 0 | 10000 | 100100100 | 1000011 | 110100 |
Color Harmonies of #C231D7
Complementary color
Monochromatic Colors of #C231D7
Black with #C231D7
Text Example
Text Example
White with #C231D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231D7; }
p { color: rgb(194,49,215); }
H1.HeaderClassName
{
color: #C231D7;
}
.AnyTagClassName
{
color: #C231D7;
}
</style>
background-color css
<style>
a { background-color: #C231D7; }
a { background-color: rgb(194,49,215); }
div.DivClassName
{
background-color: #C231D7;
}
.BgClassName
{
background-color: #C231D7;
}
</style>
border-color css
<style>
span { border-color: #C231D7; }
span { border-color: rgb(194,49,215); }
td.TdClassName
{
border-color: #C231D7;
}
.TagClassName
{
border-color: #C231D7;
}
</style>