Shades of Medium Orchid #C274D9
Tints of Medium Orchid #C274D9
RGB
CMYK
RGB Variations
Color information
#C274D9 (or 0xC274D9) is known color: Medium Orchid. HEX triplet: C2, 74 and D9. RGB value is (194,116,217). Sum of RGB (Red+Green+Blue) = 194+116+217=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #C274D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274D9 is #3D8B26. Grayscale: #969696. Windows color (decimal): -4033319 or 14251202. OLE color: 14251202.
HSL color Cylindrical-coordinate representation of color #C274D9: hue angle of 286.34º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C274D9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 116 | 217 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.15 |
| HSL | 286.34º | 0.57% | 0.65% | - |
| HSV(B) | 286.34º | 0.47% | 0.85% | - |
| XYZ | 41.02 | 28.97 | 69.08 | - |
| YUV | 150.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 217 | 0.11 | 0.47 | 0 | 0.15 | 286.34 | 0.57 | 0.65 |
| Hex | C2 | 74 | D9 | B | 2F | 0 | F | 11E | 39 | 41 |
| Octal | 302 | 164 | 331 | 13 | 57 | 0 | 17 | 436 | 71 | 101 |
| Binary | 11000010 | 1110100 | 11011001 | 1011 | 101111 | 0 | 1111 | 100011110 | 111001 | 1000001 |
Color Harmonies of #C274D9
Complementary color
Monochromatic Colors of #C274D9
Black with #C274D9
Text Example
Text Example
White with #C274D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274D9; }
p { color: rgb(194,116,217); }
H1.HeaderClassName
{
color: #C274D9;
}
.AnyTagClassName
{
color: #C274D9;
}
</style>
background-color css
<style>
a { background-color: #C274D9; }
a { background-color: rgb(194,116,217); }
div.DivClassName
{
background-color: #C274D9;
}
.BgClassName
{
background-color: #C274D9;
}
</style>
border-color css
<style>
span { border-color: #C274D9; }
span { border-color: rgb(194,116,217); }
td.TdClassName
{
border-color: #C274D9;
}
.TagClassName
{
border-color: #C274D9;
}
</style>