Shades of Medium Orchid #C260D7
Tints of Medium Orchid #C260D7
RGB
CMYK
RGB Variations
Color information
#C260D7 (or 0xC260D7) is known color: Medium Orchid. HEX triplet: C2, 60 and D7. RGB value is (194,96,215). Sum of RGB (Red+Green+Blue) = 194+96+215=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #C260D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260D7 is #3D9F28. Grayscale: #8A8A8A. Windows color (decimal): -4038441 or 14115010. OLE color: 14115010.
HSL color Cylindrical-coordinate representation of color #C260D7: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C260D7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 96 | 215 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.16 |
| HSL | 289.41º | 0.6% | 0.61% | - |
| HSV(B) | 289.41º | 0.55% | 0.84% | - |
| XYZ | 38.7 | 24.74 | 67.03 | - |
| YUV | 138.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 215 | 0.10 | 0.55 | 0 | 0.16 | 289.41 | 0.6 | 0.61 |
| Hex | C2 | 60 | D7 | A | 37 | 0 | 10 | 121 | 3C | 3D |
| Octal | 302 | 140 | 327 | 12 | 67 | 0 | 20 | 441 | 74 | 75 |
| Binary | 11000010 | 1100000 | 11010111 | 1010 | 110111 | 0 | 10000 | 100100001 | 111100 | 111101 |
Color Harmonies of #C260D7
Complementary color
Monochromatic Colors of #C260D7
Black with #C260D7
Text Example
Text Example
White with #C260D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260D7; }
p { color: rgb(194,96,215); }
H1.HeaderClassName
{
color: #C260D7;
}
.AnyTagClassName
{
color: #C260D7;
}
</style>
background-color css
<style>
a { background-color: #C260D7; }
a { background-color: rgb(194,96,215); }
div.DivClassName
{
background-color: #C260D7;
}
.BgClassName
{
background-color: #C260D7;
}
</style>
border-color css
<style>
span { border-color: #C260D7; }
span { border-color: rgb(194,96,215); }
td.TdClassName
{
border-color: #C260D7;
}
.TagClassName
{
border-color: #C260D7;
}
</style>