Shades of Medium Orchid #C260D9
Tints of Medium Orchid #C260D9
RGB
CMYK
RGB Variations
Color information
#C260D9 (or 0xC260D9) is known color: Medium Orchid. HEX triplet: C2, 60 and D9. RGB value is (194,96,217). Sum of RGB (Red+Green+Blue) = 194+96+217=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #C260D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260D9 is #3D9F26. Grayscale: #8A8A8A. Windows color (decimal): -4038439 or 14246082. OLE color: 14246082.
HSL color Cylindrical-coordinate representation of color #C260D9: hue angle of 288.6º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C260D9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 96 | 217 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.15 |
| HSL | 288.6º | 0.61% | 0.61% | - |
| HSV(B) | 288.6º | 0.56% | 0.85% | - |
| XYZ | 38.96 | 24.84 | 68.39 | - |
| YUV | 139.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 217 | 0.11 | 0.56 | 0 | 0.15 | 288.6 | 0.61 | 0.61 |
| Hex | C2 | 60 | D9 | B | 38 | 0 | F | 121 | 3D | 3D |
| Octal | 302 | 140 | 331 | 13 | 70 | 0 | 17 | 441 | 75 | 75 |
| Binary | 11000010 | 1100000 | 11011001 | 1011 | 111000 | 0 | 1111 | 100100001 | 111101 | 111101 |
Color Harmonies of #C260D9
Complementary color
Monochromatic Colors of #C260D9
Black with #C260D9
Text Example
Text Example
White with #C260D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260D9; }
p { color: rgb(194,96,217); }
H1.HeaderClassName
{
color: #C260D9;
}
.AnyTagClassName
{
color: #C260D9;
}
</style>
background-color css
<style>
a { background-color: #C260D9; }
a { background-color: rgb(194,96,217); }
div.DivClassName
{
background-color: #C260D9;
}
.BgClassName
{
background-color: #C260D9;
}
</style>
border-color css
<style>
span { border-color: #C260D9; }
span { border-color: rgb(194,96,217); }
td.TdClassName
{
border-color: #C260D9;
}
.TagClassName
{
border-color: #C260D9;
}
</style>