Shades of Medium Orchid #C261D9
Tints of Medium Orchid #C261D9
RGB
CMYK
RGB Variations
Color information
#C261D9 (or 0xC261D9) is known color: Medium Orchid. HEX triplet: C2, 61 and D9. RGB value is (194,97,217). Sum of RGB (Red+Green+Blue) = 194+97+217=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #C261D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261D9 is #3D9E26. Grayscale: #8B8B8B. Windows color (decimal): -4038183 or 14246338. OLE color: 14246338.
HSL color Cylindrical-coordinate representation of color #C261D9: hue angle of 288.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C261D9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 97 | 217 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.15 |
| HSL | 288.5º | 0.61% | 0.62% | - |
| HSV(B) | 288.5º | 0.55% | 0.85% | - |
| XYZ | 39.05 | 25.03 | 68.42 | - |
| YUV | 139.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 217 | 0.11 | 0.55 | 0 | 0.15 | 288.5 | 0.61 | 0.62 |
| Hex | C2 | 61 | D9 | B | 37 | 0 | F | 120 | 3D | 3E |
| Octal | 302 | 141 | 331 | 13 | 67 | 0 | 17 | 440 | 75 | 76 |
| Binary | 11000010 | 1100001 | 11011001 | 1011 | 110111 | 0 | 1111 | 100100000 | 111101 | 111110 |
Color Harmonies of #C261D9
Complementary color
Monochromatic Colors of #C261D9
Black with #C261D9
Text Example
Text Example
White with #C261D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261D9; }
p { color: rgb(194,97,217); }
H1.HeaderClassName
{
color: #C261D9;
}
.AnyTagClassName
{
color: #C261D9;
}
</style>
background-color css
<style>
a { background-color: #C261D9; }
a { background-color: rgb(194,97,217); }
div.DivClassName
{
background-color: #C261D9;
}
.BgClassName
{
background-color: #C261D9;
}
</style>
border-color css
<style>
span { border-color: #C261D9; }
span { border-color: rgb(194,97,217); }
td.TdClassName
{
border-color: #C261D9;
}
.TagClassName
{
border-color: #C261D9;
}
</style>