Shades of Medium Orchid #C262D9
Tints of Medium Orchid #C262D9
RGB
CMYK
RGB Variations
Color information
#C262D9 (or 0xC262D9) is known color: Medium Orchid. HEX triplet: C2, 62 and D9. RGB value is (194,98,217). Sum of RGB (Red+Green+Blue) = 194+98+217=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #C262D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262D9 is #3D9D26. Grayscale: #8B8B8B. Windows color (decimal): -4037927 or 14246594. OLE color: 14246594.
HSL color Cylindrical-coordinate representation of color #C262D9: hue angle of 288.4º 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 #C262D9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 98 | 217 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.15 |
| HSL | 288.4º | 0.61% | 0.62% | - |
| HSV(B) | 288.4º | 0.55% | 0.85% | - |
| XYZ | 39.14 | 25.21 | 68.45 | - |
| YUV | 140.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 217 | 0.11 | 0.55 | 0 | 0.15 | 288.4 | 0.61 | 0.62 |
| Hex | C2 | 62 | D9 | B | 37 | 0 | F | 120 | 3D | 3E |
| Octal | 302 | 142 | 331 | 13 | 67 | 0 | 17 | 440 | 75 | 76 |
| Binary | 11000010 | 1100010 | 11011001 | 1011 | 110111 | 0 | 1111 | 100100000 | 111101 | 111110 |
Color Harmonies of #C262D9
Complementary color
Monochromatic Colors of #C262D9
Black with #C262D9
Text Example
Text Example
White with #C262D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262D9; }
p { color: rgb(194,98,217); }
H1.HeaderClassName
{
color: #C262D9;
}
.AnyTagClassName
{
color: #C262D9;
}
</style>
background-color css
<style>
a { background-color: #C262D9; }
a { background-color: rgb(194,98,217); }
div.DivClassName
{
background-color: #C262D9;
}
.BgClassName
{
background-color: #C262D9;
}
</style>
border-color css
<style>
span { border-color: #C262D9; }
span { border-color: rgb(194,98,217); }
td.TdClassName
{
border-color: #C262D9;
}
.TagClassName
{
border-color: #C262D9;
}
</style>